I must resolve a problem in a remote PC "not mine" it's redhat 7.1 when i do the command:
[root@proxy tech]# /etc/rc.d/init.d/sshd start
i got this :
Generating SSH1 RSA host key: [FAILED]
and tail /var/log/message give:
nov 10 08:50:13 proxy sshd: RSA1 key generation failed
when i do:
[root@proxy tech]# ssh-keygen
Generating public/private rsa1 key pair.
Enter file in which to save the key (/root/.ssh/identity):
/root/.ssh/identity already exists.
Overwrite (y/n)? y
but this do not resolv the problem!!!
any help is welcom.
[root@proxy tech]# /etc/rc.d/init.d/sshd start
i got this :
Generating SSH1 RSA host key: [FAILED]
and tail /var/log/message give:
nov 10 08:50:13 proxy sshd: RSA1 key generation failed
when i do:
[root@proxy tech]# ssh-keygen
Generating public/private rsa1 key pair.
Enter file in which to save the key (/root/.ssh/identity):
/root/.ssh/identity already exists.
Overwrite (y/n)? y
but this do not resolv the problem!!!
any help is welcom.