How can I change SSH user ? #56
Answered
by
jaydrogers
IgordeOliveira
asked this question in
Q&A
-
Hi, I cannot connect to my VM with the error "Failed to connect to the host via ssh: ssh: Could not resolve hostname ...", wich I think could be the user for SSH, this VM uses ubuntu as user, not root as usual. Its possible change ? |
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Jan 7, 2024
Replies: 1 comment
-
Thanks for bringing this to my attention. This is something that I forgot to document. There is a Line 16 in 200bc7d For example:
That should set the remote SSH user as I will get this added to the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jaydrogers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for bringing this to my attention. This is something that I forgot to document.
There is a
--user
flag that can be setspin/lib/actions/provision.sh
Line 16 in 200bc7d
For example:
That should set the remote SSH user as
ubuntu
for you.I will get this added to the docs.