diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:08:48 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:08:48 +0000 |
commit | 973be0083bc9661abaa733ebefd6b603caf7aad1 (patch) | |
tree | 4474482950977dae9b2d1238767a4002716500fe /ssh.h | |
parent | 1650ba3f571b034dfa7025a2f0b60c8a0c132116 (diff) | |
download | openssh-git-973be0083bc9661abaa733ebefd6b603caf7aad1.tar.gz |
- deraadt@cvs.openbsd.org 2002/05/08 21:06:34
[ssh.h]
move to sshd.sshd instead
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> @@ -105,7 +105,7 @@ * primary group. */ #ifndef SSH_PRIVSEP_USER -#define SSH_PRIVSEP_USER "ssh" +#define SSH_PRIVSEP_USER "sshd" #endif /* Minimum modulus size (n) for RSA keys. */ |