Enable RSA/ECDSA keys for SSH

This commit is contained in:
Deon George 2018-02-05 22:35:13 +11:00
parent f009ff7eb3
commit 212d4ffd3d

View File

@ -1,5 +1,16 @@
--- /etc/ssh/sshd_config.orig 2017-12-17 13:08:18.460496574 +0000
+++ /etc/ssh/sshd_config 2017-12-17 13:10:01.093459593 +0000
@@ -15,8 +15,8 @@
#ListenAddress 0.0.0.0
#ListenAddress ::
-#HostKey /etc/ssh/ssh_host_rsa_key
-#HostKey /etc/ssh/ssh_host_ecdsa_key
+HostKey /etc/ssh/ssh_host_rsa_key
+HostKey /etc/ssh/ssh_host_ecdsa_key
#HostKey /etc/ssh/ssh_host_ed25519_key
# Ciphers and keying
@@ -30,6 +30,7 @@
#LoginGraceTime 2m