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 #253

Closed
wants to merge 1 commit into from

Conversation

fbacchella
Copy link
Contributor

Adding the possibility to define authentication method order for ssh

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

gitblit commented May 3, 2015

Hi Fabrice,

This will need to be rebased against develop and we'll need some unit tests to ensure your changes work and don't break anything else.

-J

@fbacchella
Copy link
Contributor Author

I tried to have a look about tests. But I didn't get it. What class should I look at to start a test ssh server and test it results ?

@gitblit
Copy link
Collaborator

gitblit commented May 3, 2015

This is a good place to start:
https://github.com/gitblit/gitblit/blob/develop/src/test/java/com/gitblit/tests/SshDaemonTest.java#L45

The server will automatically be started for you.

@fbacchella
Copy link
Contributor Author

It's done in pull request #254

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

2 participants