Inventory
Html bobswift |
---|
Setup
How to access a VM using ssh tunneling?
Once you have access and uploaded you 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 on your localhost the WebUi. Please replace '<username>' with the your 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>