clj-commons / clj-commons/clj-ssh
Add documentation for changing authentication type of session.
- Dominant language
- Clojure
- Stars
- 241
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
It took a fair amount of digging to find that setting the "PreferredAuthentications" option for creating a session allows you to change the auth type. It was defaulting to Kerberos for me.
Scroll down to "User Authentication Methods" for all of the options.
https://epaul.github.io/jsch-documentation/javadoc/com/jcraft/jsch/JSch.html#setConfig-java.lang.String-java.lang.String-
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked JSch Javadoc and read the “User Authentication Methods” section, focusing on the PreferredAuthentications option used when creating a session. Add documentation explaining how to change the authentication type and list the available options; the payload does not identify the repository file or documentation entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, java
- Domain
- authentication, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100