MarketSquare / MarketSquare/SSHLibrary
How to set SSH connection parameters of paramiko
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 167
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
I need to set the HostKeyAlgorithms to ssh-rsa for my connection from the sshlibrary to the server. How can I do that with this library?
When I use the ssh client on my machine the following comand works:
`ssh -o 'HostKeyAlgorithms=ssh-rsa' 'root@host'`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking SSHLibrary's Paramiko connection configuration and documentation for support of HostKeyAlgorithms, using the working ssh command in the issue as the expected behavior. Done means the supported way to request ssh-rsa is clearly documented, or the issue identifies that the library does not expose this parameter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100