mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat(ssh): disable host key check for vm.vlw.se
This commit is contained in:
parent
560161e18c
commit
d42860f489
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue