diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:54:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:54:02 +0000 |
commit | 2530562407533bd74c2820fbf91f9a3a6662fe0b (patch) | |
tree | 97d21c3b81cfd05336137519a8229fc45abdbad1 /ssh.1 | |
parent | 879756082fbdacc158ba04e8f770a1229c3daef4 (diff) |
* Add ssh -K option, the converse of -k, to enable GSSAPI credential
delegation (closes: #401483).
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,7 @@ | |||
43 | .Nd OpenSSH SSH client (remote login program) | 43 | .Nd OpenSSH SSH client (remote login program) |
44 | .Sh SYNOPSIS | 44 | .Sh SYNOPSIS |
45 | .Nm ssh | 45 | .Nm ssh |
46 | .Op Fl 1246AaCfgkMNnqsTtVvXxY | 46 | .Op Fl 1246AaCfgKkMNnqsTtVvXxY |
47 | .Op Fl b Ar bind_address | 47 | .Op Fl b Ar bind_address |
48 | .Op Fl c Ar cipher_spec | 48 | .Op Fl c Ar cipher_spec |
49 | .Oo Fl D\ \& | 49 | .Oo Fl D\ \& |
@@ -314,6 +314,8 @@ It is possible to have multiple | |||
314 | .Fl i | 314 | .Fl i |
315 | options (and multiple identities specified in | 315 | options (and multiple identities specified in |
316 | configuration files). | 316 | configuration files). |
317 | .It Fl K | ||
318 | Enables forwarding (delegation) of GSSAPI credentials to the server. | ||
317 | .It Fl k | 319 | .It Fl k |
318 | Disables forwarding (delegation) of GSSAPI credentials to the server. | 320 | Disables forwarding (delegation) of GSSAPI credentials to the server. |
319 | .It Fl L Xo | 321 | .It Fl L Xo |