summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-08 21:06:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-08 21:06:35 +0000
commit451650031af1994845f388d424b20c966451b57d (patch)
treeaff2ff25d1bc2700ed09b3a92b1b2b98d0ac2ee2 /usr.bin
parentb7c6bea9cb1bb821b08a2edb260b22e8c030779b (diff)
move to sshd.sshd instead
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h
index c69ce050991..6c4f4048d92 100644
--- a/usr.bin/ssh/ssh.h
+++ b/usr.bin/ssh/ssh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */
+/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -90,7 +90,7 @@
* sshd will change its pivileges to this user and its
* primary group.
*/
-#define SSH_PRIVSEP_USER "ssh"
+#define SSH_PRIVSEP_USER "sshd"
/* Minimum modulus size (n) for RSA keys. */
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768