[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.64 and 1.65

version 1.64, 2002/03/04 17:27:39 version 1.65, 2002/03/20 19:12:25
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 pivileges to this user and its
    * primary group.
    */
   #define SSH_PRIVSEP_USER                "nobody"
   
 #endif                          /* SSH_H */  #endif                          /* SSH_H */

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65