feat(ssh): disable host key check for vm.vlw.se (#21)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/21
This commit is contained in:
Victor Westerlund 2025-05-19 09:27:46 +02:00
parent 560161e18c
commit c6f7cbad09

View file

@ -3,7 +3,7 @@ Host local.vlw.se
StrictHostKeyChecking no StrictHostKeyChecking no
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
Host wg.vlw.se Host vm.vlw.se
Port 2222 Port 22
StrictHostKeyChecking no StrictHostKeyChecking no
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null