summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:08:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:08:48 +0000
commit973be0083bc9661abaa733ebefd6b603caf7aad1 (patch)
tree4474482950977dae9b2d1238767a4002716500fe
parent1650ba3f571b034dfa7025a2f0b60c8a0c132116 (diff)
- deraadt@cvs.openbsd.org 2002/05/08 21:06:34
[ssh.h] move to sshd.sshd instead
-rw-r--r--ChangeLog6
-rw-r--r--ssh.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6af6ddf2d..bbb51c11f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,9 @@
4 - deraadt@cvs.openbsd.org 2002/05/07 19:54:36 4 - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
5 [ssh.h] 5 [ssh.h]
6 use ssh uid 6 use ssh uid
7 7 - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
8 [ssh.h]
9 move to sshd.sshd instead
8 10
920020514 1120020514
10 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. 12 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
@@ -609,4 +611,4 @@
609 - (stevesk) entropy.c: typo in debug message 611 - (stevesk) entropy.c: typo in debug message
610 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 612 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
611 613
612$Id: ChangeLog,v 1.2122 2002/05/15 16:07:11 mouring Exp $ 614$Id: ChangeLog,v 1.2123 2002/05/15 16:08:48 mouring Exp $
diff --git a/ssh.h b/ssh.h
index fac6c694f..75900716b 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */ 1/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -105,7 +105,7 @@
105 * primary group. 105 * primary group.
106 */ 106 */
107#ifndef SSH_PRIVSEP_USER 107#ifndef SSH_PRIVSEP_USER
108#define SSH_PRIVSEP_USER "ssh" 108#define SSH_PRIVSEP_USER "sshd"
109#endif 109#endif
110 110
111/* Minimum modulus size (n) for RSA keys. */ 111/* Minimum modulus size (n) for RSA keys. */