Move /etc/sshd_config to /etc/ssh

This commit is contained in:
Calin Crisan 2020-01-20 23:01:18 +02:00
parent e5354e71eb
commit fe54e3e841

View File

@ -1,10 +1,5 @@
ListenAddress 0.0.0.0
HostKey /data/etc/ssh_host_rsa_key
HostKey /data/etc/ssh_host_dsa_key
HostKey /data/etc/ssh_host_ecdsa_key
HostKey /data/etc/ssh_host_ed25519_key
PermitRootLogin yes
PermitEmptyPasswords yes
AuthorizedKeysFile /data/etc/ssh_authorized_keys