]> andersk Git - openssh.git/blobdiff - ssh.h
- stevesk@cvs.openbsd.org 2002/05/11 20:24:48
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index fdf554df0105e55185e0bb17460132899b6b6f13..aac6216b82b6a72b3bef011da269c9e638df5b4e 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.64 2002/03/04 17:27:39 stevesk Exp $        */
+/*     $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 /* 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.
+ */
+#ifndef SSH_PRIVSEP_USER
+#define SSH_PRIVSEP_USER               "sshd"
+#endif
+
+/* Minimum modulus size (n) for RSA keys. */
+#define SSH_RSA_MINIMUM_MODULUS_SIZE   768
+
 #endif                         /* SSH_H */
This page took 1.03461 seconds and 4 git commands to generate.