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

OpenSSH config reading for native clients #103

Open
pkittenis opened this issue Feb 13, 2018 · 3 comments
Open

OpenSSH config reading for native clients #103

pkittenis opened this issue Feb 13, 2018 · 3 comments

Comments

@pkittenis
Copy link
Member

pkittenis commented Feb 13, 2018

Feature Request

Add OpenSSH config reading functionality for libssh2 clients.

Currently only the paramiko based clients have openssh config functionality for overriding configuration.

Provide this functionality to the libssh2 based clients by adding config reading capability and returning HostConfig entries.

@BrianMusson
Copy link

BrianMusson commented Mar 3, 2018

+1
I would find the ability to identify the proxy command per hostname as defined by the host_config entries valuable. The list of hosts I currently have used different proxy commands based on Host rules.

host_config['proxycommand'] specifically

@pkittenis
Copy link
Member Author

That would be a different feature (per #106). Host config entries currently do not accept proxy host configuration - #82

@pkittenis pkittenis added this to the 2.0.0 milestone Apr 27, 2018
@pkittenis
Copy link
Member Author

Parsing config is now part of libssh2, can make use of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants