feat(ssh): disable host check for wg.vlw.se:2222

This commit is contained in:
Victor Westerlund 2025-03-26 15:01:04 +01:00
parent b2e82876ca
commit e7fea60333
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -2,3 +2,8 @@ Host local.vlw.se
Port 2222
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Host wg.vlw.se
Port 2222
StrictHostKeyChecking no
UserKnownHostsFile /dev/null