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

[rfe] Mimic default ssh functionality #331

Closed
erpadmin opened this issue Oct 14, 2024 · 1 comment
Closed

[rfe] Mimic default ssh functionality #331

erpadmin opened this issue Oct 14, 2024 · 1 comment
Labels

Comments

@erpadmin
Copy link

Cli ssh attempts keyauth with a default list ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and ~/.ssh/id_rsa.

The ask here is for an auth function that attempts this as current user and/or by specifying only user.

@yodaldevoid
Copy link
Collaborator

This is not something for this library to implement as we don't want to implicitly load key files as that may be a security issue. This should be implemented by the user of this library.

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

2 participants