Skip to content

Support Kerberos authentication #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ameir opened this issue Jul 11, 2017 · 3 comments
Closed

Support Kerberos authentication #85

ameir opened this issue Jul 11, 2017 · 3 comments

Comments

@ameir
Copy link

ameir commented Jul 11, 2017

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!

@pkittenis
Copy link
Member

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.

Thanks for the report.

@ameir
Copy link
Author

ameir commented Jul 13, 2017

That would be awesome. Thanks a ton!

@pkittenis
Copy link
Member

1.1.0 release has ability to pass on keyword parameters to paramiko.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants