[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.63.2.4 and 1.64

version 1.63.2.4, 2002/06/26 18:22:36 version 1.64, 2002/03/04 17:27:39
Line 31 
Line 31 
 #define SSH_MAX_IDENTITY_FILES          100  #define SSH_MAX_IDENTITY_FILES          100
   
 /*  /*
  * Major protocol version.  Different version indicates major incompatibility   * Major protocol version.  Different version indicates major incompatiblity
  * that prevents communication.   * that prevents communication.
  *   *
  * Minor protocol version.  Different version indicates minor incompatibility   * Minor protocol version.  Different version indicates minor incompatibility
Line 51 
Line 51 
 #define SSH_SERVICE_NAME        "ssh"  #define SSH_SERVICE_NAME        "ssh"
   
 /*  /*
  * Name of the environment variable containing the process ID of the   * Name of the environment variable containing the pathname of the
  * authentication agent.   * authentication socket.
  */   */
 #define SSH_AGENTPID_ENV_NAME   "SSH_AGENT_PID"  #define SSH_AGENTPID_ENV_NAME   "SSH_AGENT_PID"
   
Line 84 
Line 84 
   
 /* 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                "nobody"  
   
 /* 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.63.2.4  
changed lines
  Added in v.1.64