summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-12-06 04:54:02 +0000
committerColin Watson <cjwatson@debian.org>2006-12-06 04:54:02 +0000
commit2530562407533bd74c2820fbf91f9a3a6662fe0b (patch)
tree97d21c3b81cfd05336137519a8229fc45abdbad1 /ssh.1
parent879756082fbdacc158ba04e8f770a1229c3daef4 (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.14
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index f7c65a372..b1662d7ac 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
315options (and multiple identities specified in 315options (and multiple identities specified in
316configuration files). 316configuration files).
317.It Fl K
318Enables forwarding (delegation) of GSSAPI credentials to the server.
317.It Fl k 319.It Fl k
318Disables forwarding (delegation) of GSSAPI credentials to the server. 320Disables forwarding (delegation) of GSSAPI credentials to the server.
319.It Fl L Xo 321.It Fl L Xo