AFP548

SSH-3.4p1 instructions not working

curl -O ftp://openbsd.secsup.org/pub/openbsd/OpenSSH/portable/ openssh-3.4p1.tar.gz gnutar xzvf openssh-3.4p1.tar.gz cd openssh-3.4p1 ./configure --prefix=/usr --sysconfdir=/etc --/without-lastlog --> Is this from / or from /openssl-0.9.6[x] directory (which is where we are if you follow the instructions to the letter) -->error: Your OpenSSL headers do not match your library sudo make install --> make: Nothing to be done for `install'. sudo sshd -->Could not load host key: /etc/ssh_host_key Could not load host key: /etc/ssh_host_rsa_key Could not load host key: /etc/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. I'm not sure what's going on. Any help is appreciated.
Exit mobile version