Skip to content

Adding Kerberos5/GSS authentication to ssh#254

Merged
gitblit merged 1 commit into
gitblit-org:developfrom
fbacchella:develop
May 22, 2015
Merged

Adding Kerberos5/GSS authentication to ssh#254
gitblit merged 1 commit into
gitblit-org:developfrom
fbacchella:develop

Conversation

@fbacchella

Copy link
Copy Markdown
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

gitblit commented May 4, 2015

Copy link
Copy Markdown
Collaborator

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

@fbacchella

Copy link
Copy Markdown
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.

3 participants