MarketSquare / MarketSquare/SSHLibrary

How to set SSH connection parameters of paramiko

Open
#434 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.