diff -ur ../openssh-3.6/README ./README
--- ../openssh-3.6/README Sat Feb 9 18:37:34 2002
+++ ./README Tue Mar 18 20:54:13 2003
@@ -15,6 +15,9 @@
# make
# make install
# cp ssh_config sshd_config /etc/ssh
+ # mkdir /var/empty
+
+and restart sshd.
OpenSSH is a derivative of the original and free ssh 1.2.12 release
by Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels
diff -ur ../openssh-3.6/ssh-agent/Makefile ./ssh-agent/Makefile
--- ../openssh-3.6/ssh-agent/Makefile Mon Aug 12 12:46:35 2002
+++ ./ssh-agent/Makefile Tue Mar 18 20:54:13 2003
@@ -4,9 +4,9 @@
BINDIR= /usr/bin
MAN= ssh-agent.1
diff -ur ../openssh-3.6/ssh.h ./ssh.h
--- ../openssh-3.6/ssh.h Sat Jun 22 04:00:29 2002
+++ ./ssh.h Tue Mar 18 20:54:13 2003
@@ -90,7 +90,7 @@
* sshd will change its privileges to this user and its
* primary group.
*/
-#define SSH_PRIVSEP_USER "sshd"
+#define SSH_PRIVSEP_USER "nobody"