As root: ssh-keygen -t rsa1 -b 1024 -f /etc/ssh/ssh_host_key ssh-keygen -t rsa -b 1024 -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh_host_dsa_key and I think it will work. At least the key part should. The host keys are regenerated every hour by default, if I remember correctly. Good luck, Troy >>> smac at visi.com 08/20/03 01:48PM >>> OK I finally found what I needed. Check out this site if you need to run SSHd on RH 6.2 http://cleveland.lug.net/~ken/FAQ/ssh-install.html The instructions are not perfect but I figured them out an got ssh/sshd installed. When I run sshd I got the following. *** [root at imlidris ssh]# 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. [root at imlidris ssh]# *** Now I'm looking at the sshd_conf and ssh_conf I'm not sure what to put in to or change in these to get it to work _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list