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
What are you trying to do? multipass shell is a handy command when needing to get shell access, but whenever using other applications that require using SSH, it is much more inconvenient to get access. For example, if I start a multipass instance and want to SSH to it with VSCode, I need to have setup an ~/.ssh/config entry that has the IP, username, and references the identity (private key) file that is located at /var/root/Library/Application Support/multipassd/ssh-keys on macOS.
What's your proposed solution?
Add a command, such as multipass sshconfig that mutates the system .ssh/config writing in a config entry that has host name equal to the multipass instance name, and has its IP, username, and identity file configured. Something like:
What are you trying to do?
multipass shell
is a handy command when needing to get shell access, but whenever using other applications that require using SSH, it is much more inconvenient to get access. For example, if I start a multipass instance and want to SSH to it with VSCode, I need to have setup an~/.ssh/config
entry that has the IP, username, and references the identity (private key) file that is located at/var/root/Library/Application Support/multipassd/ssh-keys
on macOS.What's your proposed solution?
Add a command, such as
multipass sshconfig
that mutates the system.ssh/config
writing in a config entry that has host name equal to the multipass instance name, and has its IP, username, and identity file configured. Something like:Additional context
N/A
The text was updated successfully, but these errors were encountered: