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

Diff for /src/usr.bin/ssh/sftp.1 between version 1.123 and 1.124

version 1.123, 2019/01/16 23:23:45 version 1.124, 2019/01/21 22:50:42
Line 37 
Line 37 
 .Op Fl D Ar sftp_server_path  .Op Fl D Ar sftp_server_path
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
   .Op Fl J Ar destination
 .Op Fl l Ar limit  .Op Fl l Ar limit
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Op Fl P Ar port  .Op Fl P Ar port
Line 179 
Line 180 
 .It Fl i Ar identity_file  .It Fl i Ar identity_file
 Selects the file from which the identity (private key) for public key  Selects the file from which the identity (private key) for public key
 authentication is read.  authentication is read.
   This option is directly passed to
   .Xr ssh 1 .
   .It Fl J Ar destination
   Connect to the target host by first making a
   .Nm
   connection to the jump host described by
   .Ar destination
   and then establishing a TCP forwarding 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.
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
 .It Fl l Ar limit  .It Fl l Ar limit

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124