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

paramiko should honour ssh config IdentityFile #2282

Closed
totaam opened this issue Apr 23, 2019 · 4 comments
Closed

paramiko should honour ssh config IdentityFile #2282

totaam opened this issue Apr 23, 2019 · 4 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Apr 23, 2019

Issue migrated from trac ticket # 2282

component: network | priority: major | resolution: fixed

2019-04-23 02:46:29: antoine created the issue


Following up #1937

We should honour settings like these:

Host somehost
    Hostname example.com
    User root
    PreferredAuthentications publickey
    IdentityFile /home/test/.ssh/special_key_rsa
@totaam
Copy link
Collaborator Author

totaam commented Apr 23, 2019

2019-04-23 07:29:18: antoine changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Apr 23, 2019

2019-04-23 07:29:18: antoine set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Apr 23, 2019

2019-04-23 07:29:18: antoine commented


Done in r22511.

@totaam totaam closed this as completed Apr 23, 2019
@totaam
Copy link
Collaborator Author

totaam commented Jan 27, 2020

2020-01-27 17:14:27: antoine commented


See also #2567.

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

No branches or pull requests

1 participant