From 73181e030c2552fc981b6c3a115c1b68dbc9a14b Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 27 Oct 2025 10:30:04 +0100 Subject: Comments --- src/ssh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ssh.conf') diff --git a/src/ssh.conf b/src/ssh.conf index 407285d..7f11a9f 100644 --- a/src/ssh.conf +++ b/src/ssh.conf @@ -8,7 +8,7 @@ ChallengeResponseAuthentication no PermitTTY no AllowAgentForwarding no -# Point keys to shared data dir +# Point keys to shared data dir to avoid regenerating them each time HostKey /var/ssh/etc/ssh/ssh_host_rsa_key HostKey /var/ssh/etc/ssh/ssh_host_ecdsa_key HostKey /var/ssh/etc/ssh/ssh_host_ed25519_key -- cgit v1.3.1