=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.63.2.4 retrieving revision 1.64 diff -u -r1.63.2.4 -r1.64 --- src/usr.bin/ssh/ssh.h 2002/06/26 18:22:36 1.63.2.4 +++ src/usr.bin/ssh/ssh.h 2002/03/04 17:27:39 1.64 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.63.2.4 2002/06/26 18:22:36 miod Exp $ */ +/* $OpenBSD: ssh.h,v 1.64 2002/03/04 17:27:39 stevesk Exp $ */ /* * Author: Tatu Ylonen @@ -31,7 +31,7 @@ #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. * * Minor protocol version. Different version indicates minor incompatibility @@ -51,8 +51,8 @@ #define SSH_SERVICE_NAME "ssh" /* - * Name of the environment variable containing the process ID of the - * authentication agent. + * Name of the environment variable containing the pathname of the + * authentication socket. */ #define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" @@ -84,15 +84,5 @@ /* Used to identify ``EscapeChar none'' */ #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 */