Skip to content

Commit

Permalink
Update Gitlab registration Instance creation for VTAcybbh.txt
Browse files Browse the repository at this point in the history
added restarting the VNC server
  • Loading branch information
Animalherd authored Jul 13, 2023
1 parent 1c4cb9a commit b885930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gitlab registration Instance creation for VTAcybbh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Take note of the IP address it assigns, you will need this to establish your SSH
Open a terminal on your desktop.
type cd ~/.ssh
type chmod 600 id_rsa
Next type: ssh -l ubuntu [your assigned ip address without the brackets, ex: 10.50.23.55]
once the prompt displays ubuntu@gnomerpyle, enter the following:
vncserver -kill :1
vncserver -localhost

####this will restart the Virtual Networking Computer service to ensure it displays properly.#####

Open a new terminal and type: ssh -L 59000:localhost:5901 -C -N -l ubuntu [your assigned ip address without the brackets, ex: 10.50.23.55]

Expand Down

0 comments on commit b885930

Please sign in to comment.