|
From: victor n. <vic...@ya...> - 2007-11-02 18:42:46
|
Hello List
First at all excuse me for my pour english.
I'm curently use a Devil-Linux 1.2.13 like firewall
whit DMZ on Compaq evo PIV whit 1152MB ram.
The problem is: i try to use it whit hostkey but when
i start it and try to conect from a remote pc whit ssh
it don't ask me for a pub hostkey, and another problem
is whit keygen, i creatit whit "ssh-keygen -b 2048 -t
rsa"
in this step evry works fine but when i add it to
sshd_config and restart ssh, ssh show me:
Starting SSHD: Could not load host key:
/etc/ssh/ssh_rsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
my sshd_conf is:
Port 22
Protocol 2
Ciphers aes256-cbc
HostKey /etc/ssh/ssh_host_rsa_key
SyslogFacility AUTH
LogLevel INFO
PermitRootLogin yes
StrictModes yes
MaxAuthTries 3
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile /etc/ssh/ssh_host_rsa_key
PasswordAuthentication yes
PermitEmptyPasswords no
ChallengeResponseAuthentication yes
PrintLastLog yes
Banner /etc/ssh/sshd-banner
Subsystem sftp /usr/libexec/sftp-server
Thanks a lot
Victor Arango Nikiforenko
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|