You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be related to how paloalto_panos sends the keys to fakenos. In our case we accept the password directly and using the keyboard-interactive (my guessing).
DEBUG:paramiko.transport:kex engine KexCurve25519 specified hash_algo <built-in function openssl_sha256>
DEBUG:paramiko.transport:Switch to new keys ...
DEBUG:paramiko.transport:Resetting inbound seqno after NEWKEYS due to strict mode
DEBUG:paramiko.transport:Auth request (type=keyboard-interactive) service=ssh-connection, username=user
INFO:paramiko.transport:Auth rejected (keyboard-interactive).
DEBUG:paramiko.transport:EOF in transport thread
The text was updated successfully, but these errors were encountered:
The problem seems to be related to how paloalto_panos sends the keys to fakenos. In our case we accept the password directly and using the
keyboard-interactive
(my guessing).The text was updated successfully, but these errors were encountered: