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
Paramiko supports GSS-API authentication, but it looks like parallel-ssh does not leverage that functionality in any way. It would be great if this could be supported; I have Kerberos-based accounts on jump hosts, and do not have the option to use a password or certificate, so I am out of luck with this library. I am using this library elsewhere, though, and it is awesome!
The text was updated successfully, but these errors were encountered:
Looks pretty simple to do, it's a couple extra keyword arguments that need to be passed to paramiko for GSS-API authentication to be enabled (gss_* arguments to connect).
I'll publish a new version that allows for extra arbitrary paramiko arguments to be passed to connect, for this and other arguments not explicitly used by parallel-ssh.
Paramiko supports GSS-API authentication, but it looks like parallel-ssh does not leverage that functionality in any way. It would be great if this could be supported; I have Kerberos-based accounts on jump hosts, and do not have the option to use a password or certificate, so I am out of luck with this library. I am using this library elsewhere, though, and it is awesome!
The text was updated successfully, but these errors were encountered: