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