]> andersk Git - openssh.git/blobdiff - ssh.h
- stevesk@cvs.openbsd.org 2002/03/20 19:12:25
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index fdf554df0105e55185e0bb17460132899b6b6f13..078c9f7c73d8d5dae9a8bae214b4ff3b3185fd70 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.65 2002/03/20 19:12:25 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 pivileges to this user and its
+ * primary group.
+ */
+#define SSH_PRIVSEP_USER               "nobody"
+
 #endif                         /* SSH_H */
This page took 0.505463 seconds and 4 git commands to generate.