31
edits
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 | 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 |