Quote (spanners @ Feb. 24 2008,13:13) |
Hi All I'm using the DSL default OpenBSD SSH server and am having no luck getting my keys to work. I run the ssh-keygen application to create /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key and /etc/ssh/ssh_host_rsa_key and they are created with 600 permissions. However when start up sshd it then says it can't load the host keys, none are available and exits. If I change the key permissions to 644 (or anything that gives group or user access) then sshd sees they are there but claims they are too open and it won't use them. Please help! John |
Quote (Jason W @ Feb. 25 2008,00:37) |
jpeters, Did you star the /etc/init.d/ssh service with sudo or as root? It tries to write to /etc so it must have root priviledges. |