openssh 3.4
Has anyone ran into this problem? Should i just ignore it?i configured openssh 3.4 like this:
adduser sshd -d /var/tmp -s /bin/false
./configure --with-md5-passwords --with-privsep-path=/var/tmp --with-privsep-user=sshd --with-tcp-wrappers
make
rm -f /usr/local/etc/ssh*
make install
but when i do make install i get this
Generating public/private rsa1 key pair.
Your identification has been saved in /usr/local/etc/ssh_host_key.
Your public key has been saved in /usr/local/etc/ssh_host_key.pub.
The key fingerprint is:
31:ab:e9:68:f5:20:6d:5b:04:57:83:91:96:d2:e7:9b root@mydomain.org
Generating public/private dsa key pair.
Your identification has been saved in /usr/local/etc/ssh_host_dsa_key.
Your public key has been saved in /usr/local/etc/ssh_host_dsa_key.pub.
The key fingerprint is:
d3:a8:e6:4a:c8:9f:59:33:d0:96:ee:ed:54:0a:18:ae root@mydomain.org
Generating public/private rsa key pair.
Your identification has been saved in /usr/local/etc/ssh_host_rsa_key.
Your public key has been saved in /usr/local/etc/ssh_host_rsa_key.pub.
The key fingerprint is:
5c:37:f5:f7:b9:fb:2b:f7:e1:89:ac:9a:97:1b:9b:d4 root@mydomain.org
id sshd || \
echo "WARNING: Privilege separation user \"sshd\" does not exist"
uid=521(sshd) gid=521(sshd) groups=521(sshd)
Shoudl i just ignore it? or..? am i doin gsomething wrong