diff options
author | 2000-03-23 21:39:53 +0000 | |
---|---|---|
committer | 2000-03-23 21:39:53 +0000 | |
commit | 4aac73a429035a1a33b32fa880e6ebe50fa423c4 (patch) | |
tree | 73eadfbd04cd813ef5d0ef086b199bd2caf164d8 /usr.bin/ssh | |
parent | Fix some formatting problems I missed before. (diff) | |
download | wireguard-openbsd-4aac73a429035a1a33b32fa880e6ebe50fa423c4.tar.xz wireguard-openbsd-4aac73a429035a1a33b32fa880e6ebe50fa423c4.zip |
More pedantic man page formatting insanity, lalala
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 1d3f13d05fd..5800fb1ed90 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.41 2000/03/23 21:11:38 aaron Exp $ +.\" $Id: ssh.1,v 1.42 2000/03/23 21:39:55 aaron Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -287,8 +287,8 @@ host key is not known or has changed. .Sh OPTIONS .Bl -tag -width Ds .It Fl a -Disables forwarding of the authentication agent connection. This may -also be specified on a per-host basis in the configuration file. +Disables forwarding of the authentication agent connection. +This may also be specified on a per-host basis in the configuration file. .It Fl c Ar blowfish|3des Selects the cipher to use for encrypting the session. .Ar 3des @@ -342,8 +342,8 @@ It is possible to have multiple options (and multiple identities specified in configuration files). .It Fl k -Disables forwarding of Kerberos tickets and AFS tokens. This may -also be specified on a per-host basis in the configuration file. +Disables forwarding of Kerberos tickets and AFS tokens. +This may also be specified on a per-host basis in the configuration file. .It Fl l Ar login_name Specifies the user to log in as on the remote machine. This also may be specified on a per-host basis in the configuration file. @@ -514,8 +514,8 @@ The host is the argument given on the command line (i.e., the name is not converted to a canonicalized host name before matching). .It Cm AFSTokenPassing -Specifies whether to pass AFS tokens to remote host. The argument to -this keyword must be +Specifies whether to pass AFS tokens to remote host. +The argument to this keyword must be .Dq yes or .Dq no . @@ -534,7 +534,8 @@ If this flag is set to .Dq yes , ssh will additionally check the host ip address in the .Pa known_hosts -file. This allows ssh to detect if a host key changed due to DNS spoofing. +file. +This allows ssh to detect if a host key changed due to DNS spoofing. If the option is set to .Dq no , the check will not be executed. @@ -657,15 +658,15 @@ To disable keepalives, the value should be set to .Dq no in both the server and the client configuration files. .It Cm KerberosAuthentication -Specifies whether Kerberos authentication will be used. The argument to -this keyword must be +Specifies whether Kerberos authentication will be used. +The argument to this keyword must be .Dq yes or .Dq no . .It Cm KerberosTgtPassing -Specifies whether a Kerberos TGT will be forwarded to the server. This -will only work if the Kerberos server is actually an AFS kaserver. The -argument to this keyword must be +Specifies whether a Kerberos TGT will be forwarded to the server. +This will only work if the Kerberos server is actually an AFS kaserver. +The argument to this keyword must be .Dq yes or .Dq no . @@ -684,8 +685,9 @@ The possible values are: QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. The default is INFO. .It Cm NumberOfPasswordPrompts -Specifies the number of password prompts before giving up. The -argument to this keyword must be an integer. Default is 3. +Specifies the number of password prompts before giving up. +The argument to this keyword must be an integer. +Default is 3. .It Cm PasswordAuthentication Specifies whether to use password authentication. The argument to this keyword must be |