Update test_ssh_user_auth_otp.py

This commit is contained in:
Eugene Pankov 2022-09-02 11:03:38 +02:00
parent 3e1248181c
commit 18c9c30319
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -49,7 +49,7 @@ class Test:
script = dedent(
f'''
set timeout 10
set timeout 5
spawn ssh user:ssh@localhost -p {wg_ports['ssh']} -o StrictHostKeychecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o IdentityFile=ssh-keys/id_ed25519 -o PreferredAuthentications=publickey,keyboard-interactive ls /bin/sh