]> andersk Git - openssh.git/blobdiff - ssh.h
- (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 0ee62868f64a07119413163c4c220184bb66b14b..c5b500345477ef1b001b98ae4181e93b29f9c764 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $        */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */
-
 #ifndef SSH_H
 #define SSH_H
 
 /* Name of Kerberos service for SSH to use. */
 #define KRB4_SERVICE_NAME              "rcmd"
 
+/* Used to identify ``EscapeChar none'' */
+#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"
+
+/* Minimum modulus size (n) for RSA keys. */
+#define SSH_RSA_MINIMUM_MODULUS_SIZE   768
+
 #endif                         /* SSH_H */
This page took 0.237022 seconds and 4 git commands to generate.