You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of lvlab I need the ability to easily produce a copy paste snippet for what to add to my ~/.ssh/config file to make the virtual machines deployed by lvlab easiy reachable by with the designated SSH key and user provided in the cloud_init configuration.
The lvlab ssh-config <machine-name> command outputs a snippet that one could paste into a ~/.ssh/config to specify the username, private key path, etc.. for connecting to the machine.
The lvlab ssh-config command without a machine-name specified should output a ssh-config snippet for all machines.
The text was updated successfully, but these errors were encountered:
As a user of lvlab I need the ability to easily produce a copy paste snippet for what to add to my ~/.ssh/config file to make the virtual machines deployed by lvlab easiy reachable by with the designated SSH key and user provided in the cloud_init configuration.
Examples
AC
lvlab ssh-config <machine-name>
command outputs a snippet that one could paste into a ~/.ssh/config to specify the username, private key path, etc.. for connecting to the machine.lvlab ssh-config
command without a machine-name specified should output a ssh-config snippet for all machines.The text was updated successfully, but these errors were encountered: