avoid needing to accept the VM's host key
This commit is contained in:
parent
ef0c3fe97b
commit
e70c110e8d
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@ Host example
|
||||||
User nixos
|
User nixos
|
||||||
HostName 127.0.0.1
|
HostName 127.0.0.1
|
||||||
IdentityFile sshkey
|
IdentityFile sshkey
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile=/dev/null
|
Loading…
Reference in a new issue