Jump to content

RBVM Ssh: Difference between revisions

Line 15: Line 15:
   ssh -L 1337:YOUR_VM_IP_ADDRESS:22 username@login.redbrick.dcu.ie
   ssh -L 1337:YOUR_VM_IP_ADDRESS:22 username@login.redbrick.dcu.ie


This binds port 5900 on your own computer to daniel (the server with the VMs). So to connect to your VM:
This binds port 1337 on your own computer to your VM (on port 22, the ssh service). So to connect to your VM:


   ssh 127.0.0.1 -p 1337
   ssh 127.0.0.1 -p 1337