[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/ssh.1 between version 1.9.2.2 and 1.9.2.3

version 1.9.2.2, 2013/06/23 06:26:14 version 1.9.2.3, 2014/08/19 23:45:25
Line 35 
Line 35 
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF  .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .\" $OpenBSD: ssh.1,v 1.330 2012/10/04 13:21:50 markus Exp $  .\" $OpenBSD: ssh.1,v 1.334 2013/07/18 01:12:26 djm Exp $
 .Dd October 4 2012  .Dd July 18 2013
 .Dt SSH 1  .Dt SSH 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 49 
Line 49 
 .Op Fl b Ar bind_address  .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec  .Op Fl c Ar cipher_spec
 .Op Fl D Oo Ar bind_address : Oc Ns Ar port  .Op Fl D Oo Ar bind_address : Oc Ns Ar port
   .Op Fl E Ar log_file
 .Op Fl e Ar escape_char  .Op Fl e Ar escape_char
 .Op Fl F Ar configfile  .Op Fl F Ar configfile
 .Op Fl I Ar pkcs11  .Op Fl I Ar pkcs11
Line 66 
Line 67 
 .Oo Ar user Ns @ Oc Ns Ar hostname  .Oo Ar user Ns @ Oc Ns Ar hostname
 .Op Ar command  .Op Ar command
 .Ek  .Ek
   .Nm
   .Fl Q Ar protocol_feature
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 (SSH client) is a program for logging into a remote machine and for  (SSH client) is a program for logging into a remote machine and for
Line 214  indicates that the listening port be bou
Line 217  indicates that the listening port be bou
 empty address or  empty address or
 .Sq *  .Sq *
 indicates that the port should be available from all interfaces.  indicates that the port should be available from all interfaces.
   .It Fl E Ar log_file
   Append debug logs to
   .Ar log_file
   instead of standard error.
 .It Fl e Ar escape_char  .It Fl e Ar escape_char
 Sets the escape character for sessions with a pty (default:  Sets the escape character for sessions with a pty (default:
 .Ql ~ ) .  .Ql ~ ) .
Line 474  For full details of the options listed b
Line 481  For full details of the options listed b
 Port to connect to on the remote host.  Port to connect to on the remote host.
 This can be specified on a  This can be specified on a
 per-host basis in the configuration file.  per-host basis in the configuration file.
   .It Fl Q Ar protocol_feature
   Queries
   .Nm
   for the algorithms supported for the specified version 2
   .Ar protocol_feature .
   The queriable features are:
   .Dq cipher
   (supported symmetric ciphers),
   .Dq MAC
   (supported message integrity codes),
   .Dq KEX
   (key exchange algorithms),
   .Dq key
   (key types).
   Protocol features are treated case-insensitively.
 .It Fl q  .It Fl q
 Quiet mode.  Quiet mode.
 Causes most warning and diagnostic messages to be suppressed.  Causes most warning and diagnostic messages to be suppressed.
Line 719  implements public key authentication pro
Line 741  implements public key authentication pro
 using one of the DSA, ECDSA or RSA algorithms.  using one of the DSA, ECDSA or RSA algorithms.
 Protocol 1 is restricted to using only RSA keys,  Protocol 1 is restricted to using only RSA keys,
 but protocol 2 may use any.  but protocol 2 may use any.
 The  The HISTORY section of
 .Sx HISTORY  
 section of  
 .Xr ssl 8  .Xr ssl 8
 contains a brief discussion of the DSA and RSA algorithms.  contains a brief discussion of the DSA and RSA algorithms.
 .Pp  .Pp
Line 777  instead of a set of public/private keys,
Line 797  instead of a set of public/private keys,
 signed certificates are used.  signed certificates are used.
 This has the advantage that a single trusted certification authority  This has the advantage that a single trusted certification authority
 can be used in place of many public/private keys.  can be used in place of many public/private keys.
 See the  See the CERTIFICATES section of
 .Sx CERTIFICATES  
 section of  
 .Xr ssh-keygen 1  .Xr ssh-keygen 1
 for more information.  for more information.
 .Pp  .Pp
Line 1306  This is the per-user configuration file.
Line 1324  This is the per-user configuration file.
 The file format and configuration options are described in  The file format and configuration options are described in
 .Xr ssh_config 5 .  .Xr ssh_config 5 .
 Because of the potential for abuse, this file must have strict permissions:  Because of the potential for abuse, this file must have strict permissions:
 read/write for the user, and not accessible by others.  read/write for the user, and not writable by others.
 .Pp  .Pp
 .It Pa ~/.ssh/environment  .It Pa ~/.ssh/environment
 Contains additional definitions for environment variables; see  Contains additional definitions for environment variables; see

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

CVSweb <webmaster@jp.NetBSD.org>