mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
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:
parent
b2e82876ca
commit
076d50ec63
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue