-
Notifications
You must be signed in to change notification settings - Fork 0
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
access to vm for deployment #79
Comments
|
I try to describe the way that I got access to the VM:
It could look like this:
(with the path to the file that you downloaded right now).
ssh root@138.246.225.182
adduser fancynewuser
adduser fancynewuser docker
adduser fancynewuser sudo
# on the VM
su fancyuser
cd ~
mkdir .ssh # on your local computer
scp ~/.ssh/id_rsa.pub fancyuser@138.246.225.182:/home/fancyuser/.ssh/authorized_keys Further documentation: |
An alternative way to access (but you still need a VPN for this):
|
Works great for me! Thanks a lot @nbrinckm and @HugoRosero ! |
No description provided.
The text was updated successfully, but these errors were encountered: