diff --git a/utils/ixll b/utils/ixll index f4121709..f7cdffa7 100755 --- a/utils/ixll +++ b/utils/ixll @@ -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