]> andersk Git - openssh.git/blobdiff - ssh.h
Fix off by one error in PAM env patch
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 8efbafb773e689b327668c11f378bdd712777be2..bd1b760461e13b5cd92048eb310cfb7d26134c32 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -89,7 +89,7 @@ only by root, whereas ssh_config should be world-readable. */
 
 /* The process id of the daemon listening for connections is saved
    here to make it easier to kill the correct daemon when necessary. */
-#define SSH_DAEMON_PID_FILE    PIDDIR "/opensshd.pid"
+#define SSH_DAEMON_PID_FILE    PIDDIR "/sshd.pid"
 
 /* The directory in user\'s home directory in which the files reside.
    The directory should be world-readable (though not all files are). */
@@ -137,6 +137,10 @@ only by root, whereas ssh_config should be world-readable. */
    authentication socket. */
 #define SSH_AUTHSOCKET_ENV_NAME        "SSH_AUTH_SOCK"
 
+/* Name of the environment variable containing the pathname of the
+       authentication socket. */
+#define SSH_AGENTPID_ENV_NAME  "SSH_AGENT_PID"
+
 /* Force host key length and server key length to differ by at least this
    many bits.  This is to make double encryption with rsaref work. */
 #define SSH_KEY_BITS_RESERVED          128
This page took 0.201527 seconds and 4 git commands to generate.