From c610ecc9a84ad00b32dba647b06a11cf6c3d1dc2 Mon Sep 17 00:00:00 2001 From: Shahidh Date: Fri, 27 Jul 2018 10:33:02 +0530 Subject: [PATCH] remove hostkey --- build/gitkubed/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gitkubed/sshd_config b/build/gitkubed/sshd_config index a10d3959..1e3dd41e 100644 --- a/build/gitkubed/sshd_config +++ b/build/gitkubed/sshd_config @@ -9,7 +9,7 @@ Port 22 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key +# HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key #Privilege Separation is turned on for security