[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.374 and 1.375

version 1.374, 2016/06/29 17:14:28 version 1.375, 2016/07/15 00:24:30
Line 52 
Line 52 
 .Op Fl F Ar configfile  .Op Fl F Ar configfile
 .Op Fl I Ar pkcs11  .Op Fl I Ar pkcs11
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
   .Oo Fl J Ar user Ns @ Oc Ns Ar host Ns Op : Ns Ar port
 .Op Fl L Ar address  .Op Fl L Ar address
 .Op Fl l Ar login_name  .Op Fl l Ar login_name
 .Op Fl m Ar mac_spec  .Op Fl m Ar mac_spec
Line 312 
Line 313 
 .Pa -cert.pub  .Pa -cert.pub
 to identity filenames.  to identity filenames.
 .Pp  .Pp
   .It Fl J Xo
   .Sm off
   .Oo Ar jump_user @ Oc
   .Ar jump_host
   .Ns Op : Ns Ar jump_port
   .Sm on
   .Xc
   Connect to the target host by first making a
   .Nm
   connection to
   .Ar jump_host
   and then establishing a TCP forward to the ultimate destination from
   there.
   Multiple jump hops may be specified separated by comma characters.
   This is a shortcut to specify a
   .Cm ProxyJump
   configuration directive.
   .Pp
 .It Fl K  .It Fl K
 Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI  Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
 credentials to the server.  credentials to the server.
Line 523 
Line 542 
 .It PreferredAuthentications  .It PreferredAuthentications
 .It Protocol  .It Protocol
 .It ProxyCommand  .It ProxyCommand
   .It ProxyJump
 .It ProxyUseFdpass  .It ProxyUseFdpass
 .It PubkeyAcceptedKeyTypes  .It PubkeyAcceptedKeyTypes
 .It PubkeyAuthentication  .It PubkeyAuthentication

Legend:
Removed from v.1.374  
changed lines
  Added in v.1.375