From 8d5862e2e0c9c08d25e329b5fcc594a8489543f9 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 15 Oct 2019 18:40:16 +0200 Subject: [PATCH] Update ssh configuration Signed-off-by: Severin Kaderli --- system/.config/ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/.config/ssh/config b/system/.config/ssh/config index 48b3ec4..880d0ff 100644 --- a/system/.config/ssh/config +++ b/system/.config/ssh/config @@ -1,2 +1,3 @@ Host * - IdentityFile /home/severin/.config/ssh/id_rsa \ No newline at end of file + IdentityFile /home/severin/.config/ssh/id_rsa + UserKnownHostsFile /home/severin/.config/ssh/known_hosts \ No newline at end of file