[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.66 and 1.66.2.2

version 1.66, 2002/03/29 19:18:33 version 1.66.2.2, 2002/05/18 04:50:38
Line 87 
Line 87 
   
 /*  /*
  * unprivileged user when UsePrivilegeSeparation=yes;   * unprivileged user when UsePrivilegeSeparation=yes;
  * sshd will change its pivileges to this user and its   * sshd will change its privileges to this user and its
  * primary group.   * primary group.
  */   */
 #define SSH_PRIVSEP_USER                "nobody"  #define SSH_PRIVSEP_USER                "sshd"
   
 /* Minimum modulus size (n) for RSA keys. */  /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE    768  #define SSH_RSA_MINIMUM_MODULUS_SIZE    768

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.66.2.2