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

Abstract out SSH configuration #1560

Open
alanraison opened this issue Jun 4, 2023 · 0 comments
Open

Abstract out SSH configuration #1560

alanraison opened this issue Jun 4, 2023 · 0 comments

Comments

@alanraison
Copy link

The code makes heavy reference to SSH keys and configuration. For several backends, it may make sense to connect in other ways (c.f. AWS Session Manager, Google Cloud Identity-Aware Proxy, Docker exec) which don't rely on an SSH server being directly accessible, or indeed being installed.

Perhaps a "Connection" plugin system could be extracted and imported where it makes sense, much like Ansible's model; https://docs.ansible.com/ansible/latest/plugins/connection.html and https://docs.ansible.com/ansible/latest/collections/community/aws/aws_ssm_connection.html

@alanraison alanraison changed the title [feature] Abstract out SSH configuration Abstract out SSH configuration Jun 4, 2023
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

No branches or pull requests

1 participant