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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/16
This commit is contained in:
Victor Westerlund 2025-03-26 14:02:35 +00:00
parent b2e82876ca
commit 076d50ec63

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