=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/sshd_config 1999/09/26 22:29:51 1.1 +++ src/usr.bin/ssh/sshd_config 1999/09/26 22:32:03 1.2 @@ -2,8 +2,8 @@ Port 22 ListenAddress 0.0.0.0 -HostKey _ETCDIR_/ssh_host_key -RandomSeed _ETCDIR_/ssh_random_seed +HostKey /etc/ssh_host_key +RandomSeed /etc/ssh_random_seed ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 @@ -20,7 +20,7 @@ SyslogFacility DAEMON RhostsAuthentication no # -# For this to work you will also need host keys in _ETCDIR_/ssh_known_hosts +# For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication yes # # Changed RSAAuthentication to no/bg