summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordtucker <dtucker>2007-06-12 13:43:16 +0000
committerdtucker <dtucker>2007-06-12 13:43:16 +0000
commit268565e33c02a1d2ff03b6bc324ba72eaef628a0 (patch)
tree1e6cd5c6ef1718b34bb810df89a27816dc6dc92c /ssh.1
parent65b21f8924e719d7342357fd69689a34e13c8c36 (diff)
downloadopenssh-268565e33c02a1d2ff03b6bc324ba72eaef628a0.tar.gz
- djm@cvs.openbsd.org 2007/06/12 11:15:17
[ssh.c ssh.1] Add "-K" flag for ssh to set GSSAPIAuthentication=yes and GSSAPIDelegateCredentials=yes. This is symmetric with -k (disable GSSAPI) and is useful for hosts with /home on Kerberised NFS; bz #1312 patch from Markus.Kuhn AT cl.cam.ac.uk; ok dtucker@ markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.17
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 6b76c1c0..336d851d 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
.\" (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.1,v 1.268 2007/06/07 19:37:34 pvalchev Exp $
-.Dd $Mdocdate: June 7 2007 $
+.\" $OpenBSD: ssh.1,v 1.269 2007/06/12 11:15:17 djm Exp $
+.Dd $Mdocdate: June 11 2007 $
.Dt SSH 1
.Os
.Sh NAME
@@ -315,6 +315,9 @@ It is possible to have multiple
.Fl i
options (and multiple identities specified in
configuration files).
+.It Fl K
+Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
+credentials to the server.
.It Fl k
Disables forwarding (delegation) of GSSAPI credentials to the server.
.It Fl L Xo