Skip to content

Read hosts from ssh_config #23

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

Merged
merged 4 commits into from
Dec 13, 2024
Merged

Read hosts from ssh_config #23

merged 4 commits into from
Dec 13, 2024

Conversation

crazyscot
Copy link
Owner

This will resolve #22 and should appear in the 0.2 release.

ssh_config features supported:

  • One host with multiple aliases (e.g. Host foo bar)
  • Wildcard matches

ssh_config features not currently supported (largely because the ssh2_config crate does not support them):

  • Include directives
  • Match patterns
  • CanonicalizeHostname and friends

@crazyscot crazyscot force-pushed the feat/read-ssh-config-hosts branch from 522afc1 to 56a8db9 Compare December 13, 2024 08:52
@crazyscot crazyscot merged commit 1425692 into dev Dec 13, 2024
3 checks passed
@crazyscot crazyscot deleted the feat/read-ssh-config-hosts branch December 13, 2024 08:57
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