Hello,
I made some changed to my FreeBSD 8.3 box.
I set SSH Keys and SSH-Agent. And at first it worked ok but when I restarted sshd(8), I get
And now am unable to ssh login to the box.
Could you please help me to fix this issue.
I already checked the files it's complaining about and they are all in /etc/ssh
I made some changed to my FreeBSD 8.3 box.
I set SSH Keys and SSH-Agent. And at first it worked ok but when I restarted sshd(8), I get
Code:
srv-web# service sshd restart
Stopping sshd.
SELECT ssh_host_key from services_ssh: not found
SELECT ssh_host_key_pub from services_ssh: not found
SELECT ssh_host_dsa_key from services_ssh: not found
SELECT ssh_host_dsa_key_pub from services_ssh: not found
SELECT ssh_host_ecdsa_key from services_ssh: not found
SELECT ssh_host_ecdsa_key_pub from services_ssh: not found
SELECT ssh_host_rsa_key from services_ssh: not found
SELECT ssh_host_rsa_key_pub from services_ssh: not found
Starting sshd.
And now am unable to ssh login to the box.
Could you please help me to fix this issue.
I already checked the files it's complaining about and they are all in /etc/ssh
Code:
srv-web# cd /etc/ssh
srv-web# ls
moduli ssh_host_dsa_key ssh_host_key ssh_host_rsa_key sshd_config
ssh_config ssh_host_dsa_key.pub ssh_host_key.pub ssh_host_rsa_key.pub