diff options
author | dtucker <dtucker> | 2007-06-12 13:43:16 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2007-06-12 13:43:16 +0000 |
commit | 268565e33c02a1d2ff03b6bc324ba72eaef628a0 (patch) | |
tree | 1e6cd5c6ef1718b34bb810df89a27816dc6dc92c /ssh.1 | |
parent | 65b21f8924e719d7342357fd69689a34e13c8c36 (diff) | |
download | openssh-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.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |