diff -ur ../openssh-3.4/README ./README
--- ../openssh-3.4/README	Sat Feb  9 18:37:34 2002
+++ ./README	Fri Jun 21 21:20:05 2002
@@ -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.4/ssh.h ./ssh.h
--- ../openssh-3.4/ssh.h	Mon Jun  3 14:04:07 2002
+++ ./ssh.h	Fri Jun 21 21:20:05 2002
@@ -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"
 
 /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE	768
