1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-23 20:13:25 +03:00

bin/ssh-initrd: also be lenient with host keys

This commit is contained in:
Samuel Dionne-Riel 2019-09-24 20:30:14 -04:00
parent df7bc1f08e
commit 5aa721d656

View File

@ -3,4 +3,4 @@
PS4=" $ "
set -eux
exec ssh -o UserKnownHostsFile=/dev/null root@172.16.42.1
exec ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@172.16.42.1 "$@"