I need help on how to set up Open SSH. I checked tldp.org, but can't find any How-To for it there. Can someone point me in the right direction to get configuration info?
So far I've installed various OpenSSH packages, including openssh-server:
# rpm -qa | grep ssh openssh-askpass-3.1p1-6 openssh-server-3.1p1-6 openssh-3.1p1-6 openssh-askpass-gnome-3.1p1-6 openssh-clients-3.1p1-6 #
The instructions I have must be out of date, because they say at this point I should be able to execute `sshd` and get the daemon running in the background. But judging by the response, there are some other things I need to configure: various "host keys". That's where I need direction...
# /usr/sbin/sshd Could not load host key: /etc/ssh/ssh_host_key Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_dsa_key Disabling protocol version 1. Could not load host key Disabling protocol version 2. Could not load host key sshd: no hostkeys available -- exiting. #
TIA.
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list