Hello,
if I try to recreate the keys for sshd with
the private key ssh_host_dsa_key and public key ssh_host_dsa_key.pub are not created.
I take a look into the script
/etc/rc.d/sshd
and found
sshd_dsa_enable:="no"
I wonder about this an like to communicate: is this a failure or why is it no more enabled?
Thanks for your reply.
if I try to recreate the keys for sshd with
/etc/rc.d/sshd keygen
the private key ssh_host_dsa_key and public key ssh_host_dsa_key.pub are not created.
I take a look into the script
/etc/rc.d/sshd
and found
Code:
....
: ${sshd_rsa1_enable:="no"}
: ${sshd_rsa_enable:="yes"}
: ${sshd_dsa_enable:="no"}
: ${sshd_ecdsa_enable:="yes"}
: ${sshd_ed25519_enable:="yes"}
I wonder about this an like to communicate: is this a failure or why is it no more enabled?
Thanks for your reply.