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

clj-ssh should work when known_hosts file is absent. #58

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Feb 21, 2019

  1. - Allow for not using the default known_hosts file

    when creating the ssh-agent. This is useful in cases
    where strict-host-key-checking is set to no and we
    don't have a known_hosts file in the usual location
    ravigit authored and Ravi Gorrepati committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    db2ccac View commit details
    Browse the repository at this point in the history
  2. - Replaced occurrences of lein2 with lein

    ravigit authored and Ravi Gorrepati committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f67631b View commit details
    Browse the repository at this point in the history
  3. - Adding documentation on how to not use the default path for known_h…

    …osts
    
    file.
    ravigit authored and Ravi Gorrepati committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    33a47a8 View commit details
    Browse the repository at this point in the history
  4. - Fixing doc.

    ravigit authored and Ravi Gorrepati committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    cf2bdd3 View commit details
    Browse the repository at this point in the history
  5. - Removing the type annotation on known-hosts-path

    as it can be a keyword now.
    ravigit authored and Ravi Gorrepati committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    d3d7ea2 View commit details
    Browse the repository at this point in the history