]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh.h
Config file and man page changes for Usage Metrics.
[gssapi-openssh.git] / openssh / ssh.h
index e23bb1d5c26c1b80e39ebd65768ad182d36e27f6..383c7fe9b1c9214225718f62c951d0bbb5063d6f 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $        */
-
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,6 +10,8 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
+/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */
+
 #ifndef SSH_H
 #define SSH_H
 
@@ -41,7 +41,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
 /* 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 0.137666 seconds and 4 git commands to generate.