View Single Post
Old 31st May 2010
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

Code:
# /usr/sbin/sshd -d -d -d
debug2: load_server_config: filename /etc/ssh/sshd_config
debug2: load_server_config: done config len = 295
debug2: parse_server_config: config /etc/ssh/sshd_config len 295
debug3: /etc/ssh/sshd_config:11 setting Port 2442
debug3: /etc/ssh/sshd_config:19 setting Protocol 2
debug3: /etc/ssh/sshd_config:39 setting PermitRootLogin no
debug3: /etc/ssh/sshd_config:59 setting PasswordAuthentication no 
debug3: /etc/ssh/sshd_config:78 setting X11Forwarding yes 
debug3: /etc/ssh/sshd_config:79 setting X11DisplayOffset 100
debug3: /etc/ssh/sshd_config:80 setting X11UseLocalhost yes
debug3: /etc/ssh/sshd_config:90 setting UseDNS no 
debug3: /etc/ssh/sshd_config:100 setting Subsystem sftp	/usr/libexec/sftp-server
debug3: /etc/ssh/sshd_config:107 setting AllowUsers moleque
debug1: sshd version OpenSSH_5.3
Could not load host key: /etc/ssh/ssh_host_rsa_key
debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key.
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
I've recreated the keys a few times.
I'm wondering, what is it that I am skipping over?
Reply With Quote