Inventory
Html bobswift |
---|
Setup
How to access a VM using
sshSSH tunneling?
Once you have access and uploaded you your private keys, you may want to access a dedicated VM for your service.
In the following example, the IP of a running SDN-R is used to view the Web UI on your localhost the WebUi. Please replace '<username>' with the your the username of your orbit-lab.org account.
Code Block |
---|
ssh -A -t <username>@console.sb10.orbit-lab.org -L 31202:localhost:31202 \ ssh -A -t native@exper-control-1 -L 31202:localhost:31202 \ ssh -A -t ubuntu@10.31.3.21 -L 31202:localhost:31202 |
Screenshot:
<broken??!! - please restore>