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

feature: provision additional ssh public keys #651

Merged
merged 1 commit into from
May 25, 2022

Conversation

m-ildefons
Copy link
Contributor

  • Add feature to provision additional ssh public keys to the VM's
    /root/.ssh/authorized_keys file.

This feature allows a user to specify a list of key ids. The public keys
belonging to those ids will be fetched from the ssh agent and
provisioned to the VM's /root/.ssh/authorized_keys file. This allows
for better interaction with tools like mtui, which don't utilize
sesdev as ssh wrapper but still need ssh access to the VMs.

fixes: #647
Signed-off-by: Moritz Röhrich moritz.rohrich@suse.com

- Add feature to provision additional ssh public keys to the VM's
  `/root/.ssh/authorized_keys` file.

This feature allows a user to specify a list of key ids. The public keys
belonging to those ids will be fetched from the ssh agent and
provisioned to the VM's `/root/.ssh/authorized_keys` file. This allows
for better interaction with tools like `mtui`, which don't utilize
`sesdev` as ssh wrapper but still need ssh access to the VMs.

fixes: SUSE#647
Signed-off-by: Moritz Röhrich <moritz.rohrich@suse.com>
@colder-is-better colder-is-better merged commit 8adff04 into SUSE:master May 25, 2022
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.

feature request: reuse user ssh keys
2 participants