diff options
Diffstat (limited to 'ssh.0')
-rw-r--r-- | ssh.0 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh - OpenSSH SSH client (remote login program) | 4 | ssh - OpenSSH SSH client (remote login program) |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] | 7 | ssh [-1246AaCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] |
8 | [-D [bind_address:]port] [-e escape_char] [-F configfile] | 8 | [-D [bind_address:]port] [-e escape_char] [-F configfile] |
9 | [-i identity_file] [-L [bind_address:]port:host:hostport] | 9 | [-i identity_file] [-L [bind_address:]port:host:hostport] |
10 | [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] | 10 | [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] |
@@ -147,6 +147,9 @@ DESCRIPTION | |||
147 | multiple -i options (and multiple identities specified in config- | 147 | multiple -i options (and multiple identities specified in config- |
148 | uration files). | 148 | uration files). |
149 | 149 | ||
150 | -K Enables GSSAPI-based authentication and forwarding (delegation) | ||
151 | of GSSAPI credentials to the server. | ||
152 | |||
150 | -k Disables forwarding (delegation) of GSSAPI credentials to the | 153 | -k Disables forwarding (delegation) of GSSAPI credentials to the |
151 | server. | 154 | server. |
152 | 155 | ||
@@ -371,8 +374,8 @@ AUTHENTICATION | |||
371 | protocols support similar authentication methods, but protocol 2 is pre- | 374 | protocols support similar authentication methods, but protocol 2 is pre- |
372 | ferred since it provides additional mechanisms for confidentiality (the | 375 | ferred since it provides additional mechanisms for confidentiality (the |
373 | traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour) and | 376 | traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour) and |
374 | integrity (hmac-md5, hmac-sha1, hmac-ripemd160). Protocol 1 lacks a | 377 | integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160). Protocol 1 |
375 | strong mechanism for ensuring the integrity of the connection. | 378 | lacks a strong mechanism for ensuring the integrity of the connection. |
376 | 379 | ||
377 | The methods available for authentication are: GSSAPI-based authentica- | 380 | The methods available for authentication are: GSSAPI-based authentica- |
378 | tion, host-based authentication, public key authentication, challenge-re- | 381 | tion, host-based authentication, public key authentication, challenge-re- |
@@ -829,4 +832,4 @@ AUTHORS | |||
829 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 832 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
830 | versions 1.5 and 2.0. | 833 | versions 1.5 and 2.0. |
831 | 834 | ||
832 | OpenBSD 4.1 September 25, 1999 13 | 835 | OpenBSD 4.2 June 12, 2007 13 |