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

Commits on May 25, 2022

  1. feature: provision additional ssh public keys

    - 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>
    m-ildefons committed May 25, 2022
    Configuration menu
    Copy the full SHA
    45dd19b View commit details
    Browse the repository at this point in the history