summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-12 23:43:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-12 23:43:16 +1000
commit415bddc1bdd2d0be418ab82520512d77643c05b0 (patch)
treee5fc5dc49cc7950b2eb26573430fa7d1722f8f0c /ssh.1
parent2cbec749d76e73be167bc600ba4c5886b607eab2 (diff)
- 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 6b76c1c0e..336d851dd 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.268 2007/06/07 19:37:34 pvalchev Exp $ 37.\" $OpenBSD: ssh.1,v 1.269 2007/06/12 11:15:17 djm Exp $
38.Dd $Mdocdate: June 7 2007 $ 38.Dd $Mdocdate: June 11 2007 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -315,6 +315,9 @@ It is possible to have multiple
315.Fl i 315.Fl i
316options (and multiple identities specified in 316options (and multiple identities specified in
317configuration files). 317configuration files).
318.It Fl K
319Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
320credentials to the server.
318.It Fl k 321.It Fl k
319Disables forwarding (delegation) of GSSAPI credentials to the server. 322Disables forwarding (delegation) of GSSAPI credentials to the server.
320.It Fl L Xo 323.It Fl L Xo