Bill Hults wrote: > > Hi > Can someone point me to an instruction for setting up ssh on Dachstein. > I've copied sshd-1.lrp & sshkey-1.lrp to the disk, generated a key, > saved it but it's still looking for a key. > TIA >
Did you use this? ssh-keygen -f /etc/ssh/ssh_host_key ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key That's what I had to do on Oxygen with OpenSSH-2.9p1. Perhaps your sshd is looking there or somewhere else. I think you can enable debug in the sshd_config file and find out where. Regards, Matthew _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
