[Sshpass-devel] Added support for entering TOTP; changing attempts entering password
Brought to you by:
thesun
From: Halturin D. <dha...@ho...> - 2021-06-29 22:52:18
|
Hello. When connecting to the server, it is sometimes necessary to enter a password and TOTP (-t, -T) It may also be necessary to change the number of password entry attempts, since some servers may be located behind the DMZ (for example, connecting via bastion: ssh-J %bastion_ip% %second_server_ip%). In this case, the password will be requested 2 times. The proposed changes will not allow sshpass to fail if you change the number of attempts from one to two (-a 2). Finally, a prompt has been added to enter the become password for ansible (-A) Link to the patch: https://sourceforge.net/p/sshpass/patches/15/ Denis |