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

Add more built-in connect options, identity, update deprecated function #48

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

suciptoid
Copy link

Hi thank you for this library.

Here some update you can merge (or not):

  1. Add more built in option (:key_cb, :user_dir) on connect option
  2. Support provide private key content directly instead of file path.
identity = "---BEGIN PRIVATE KEY---...." # private key loaded from database
# or
identity = "~/.ssh/custom_rsa"

SSH.connect("localhost", identity: identity)
  1. Update deprecated code & reformat mix format

For now I'm use this app directly from my git repo:

{:librarian,
       git: "https://github.com/sukacipta/librarian.git",
       ref: "47f3404f4ab061266d9fc5c53c0d231432a794f0"}

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.

1 participant