ixll: Disable key checking for admin:admin sessions

This is a shorthand for the common case when we're attaching to a
random Infix device during testing, so don't bother with key checking.
This commit is contained in:
Tobias Waldekranz
2025-01-17 14:33:41 +01:00
parent 4e83520b0e
commit df3a55d6a0
+2
View File
@@ -57,6 +57,8 @@ while getopts "A" opt; do
A)
LLSSH_USER=admin
LLSSH_PASS=admin
LLSSH_OPTS="$LLSSH_OPTS -oStrictHostKeyChecking=no"
LLSSH_OPTS="$LLSSH_OPTS -oUserKnownHostsFile=/dev/null"
;;
esac
done