ityonemo / ityonemo/librarian

modify_algorithms and password?

Open
#47 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Elixir
Stars
43
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I am trying to use this in a new application, but I need to modify the algorithms for the connection, and I can't work out how to add these parameters to the connection.

In :SSH I would do something like this:

modify_algorithms: [
        {:append, [{:kex, [:"diffie-hellman-group-exchange-sha1"]}]},
        {:append, [{:public_key, [:"ssh-rsa", :"ssh-dss"]}]}
      ]

I also need to use password based auth for this, so similarly need to supply a password.

Are these things possible with this framework, I can't find anything in the docs?

Thanks

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

No files, tests, or entry points are named. Start by locating how connection options and authentication are documented and passed, then determine whether modify_algorithms and password-based authentication are supported; done means both requested SSH options can be configured and the documentation explains their use.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.