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

Diff for /src/usr.bin/ssh/ssh.h between version 1.62.2.2 and 1.62.2.3

version 1.62.2.2, 2002/03/09 00:20:45 version 1.62.2.3, 2002/06/02 22:56:11
Line 85 
Line 85 
 /* Used to identify ``EscapeChar none'' */  /* Used to identify ``EscapeChar none'' */
 #define SSH_ESCAPECHAR_NONE             -2  #define SSH_ESCAPECHAR_NONE             -2
   
   /*
    * unprivileged user when UsePrivilegeSeparation=yes;
    * sshd will change its privileges to this user and its
    * primary group.
    */
   #define SSH_PRIVSEP_USER                "sshd"
   
   /* Minimum modulus size (n) for RSA keys. */
   #define SSH_RSA_MINIMUM_MODULUS_SIZE    768
   
 #endif                          /* SSH_H */  #endif                          /* SSH_H */

Legend:
Removed from v.1.62.2.2  
changed lines
  Added in v.1.62.2.3