diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-10-15 07:58:18 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-10-15 07:58:18 +0200 |
commit | f132c67e8e6d6025e1b23a4c55123f062c11f03d (patch) | |
tree | 08687095dda36c5973e64c8433b42ff3fb7f21f9 /ssh_config.5 | |
parent | - markus@cvs.openbsd.org 2003/10/11 11:36:23 (diff) | |
download | openssh-f132c67e8e6d6025e1b23a4c55123f062c11f03d.tar.xz openssh-f132c67e8e6d6025e1b23a4c55123f062c11f03d.zip |
- jmc@cvs.openbsd.org 2003/10/12 13:12:13
[ssh_config.5]
note that EnableSSHKeySign should be in the non-hostspecific section;
remove unnecessary .Pp;
ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 7f3c7064a..9073ce51f 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.22 2003/10/11 08:24:08 markus Exp $ +.\" $OpenBSD: ssh_config.5,v 1.23 2003/10/12 13:12:13 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -186,7 +186,6 @@ Specifies the ciphers allowed for protocol version 2 in order of preference. Multiple ciphers must be comma-separated. The default is -.Pp .Bd -literal ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, aes192-cbc,aes256-cbc'' @@ -260,6 +259,7 @@ or .Dq no . The default is .Dq no . +This option should be placed in the non-hostspecific section. See .Xr ssh-keysign 8 for more information. |