Skip to content
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

Adding Kerberos5/GSS authentication to ssh #254

Merged
merged 1 commit into from May 22, 2015

Conversation

fbacchella
Copy link
Contributor

Adding the possibility to define authentication method order for ssh.

The test activates kerberos authentication, but don't use it, as it needs a kdc and keytabs. It plays with authentication method order to ensure that they are used as they should.

Adding the possibility to define authentication method order for ssh
@gitblit
Copy link
Collaborator

gitblit commented May 4, 2015

It doesn't look like your unit test changes demonstrate/test working GSS/Kerberos5 authentication. Can you create a test config?

@fbacchella
Copy link
Contributor Author

No that part is quite hard: it needs both a keytab for the client and the server. I can do one for the server, but I'm not sure how it can work client side, and without a running kdc. And then it needs to be loaded inside the ssh client. I need to check if the java ssh client provided can do that.

@gitblit gitblit merged commit 5485da4 into gitblit-org:develop May 22, 2015
@flaix flaix modified the milestone: 1.7.0 Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants