1
1
Fork 0

ssh: automatically accept new host keys

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-28 09:44:41 -06:00
parent 215e9df234
commit 99e2611838
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -17,6 +17,7 @@ in {
extraConfig = ''
Host *
SetEnv TERM=xterm-256color
StrictHostKeyChecking accept-new
'';
};