diff -ur ../openssh-3.5/README ./README --- ../openssh-3.5/README Sat Feb 9 18:37:34 2002 +++ ./README Tue Oct 8 17:53:49 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.5/ssh-agent/Makefile ./ssh-agent/Makefile --- ../openssh-3.5/ssh-agent/Makefile Mon Aug 12 12:46:35 2002 +++ ./ssh-agent/Makefile Tue Oct 8 17:53:49 2002 @@ -4,9 +4,9 @@ PROG= ssh-agent BINOWN= root -BINGRP= _sshagnt +#BINGRP= _sshagnt -BINMODE?=2555 +BINMODE?=555 BINDIR= /usr/bin MAN= ssh-agent.1 diff -ur ../openssh-3.5/ssh.h ./ssh.h --- ../openssh-3.5/ssh.h Sat Jun 22 04:00:29 2002 +++ ./ssh.h Tue Oct 8 17:53:49 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