...
Code Block |
---|
ssh -A -t <username>@console.sb10.orbit-lab.org -L 9999:localhost:9999 \ ssh -A -t <username>@node1-1 -L 9999:localhost:9999 \ ssh -A -t <username>@<ip-address-of-sb4-rancher> -L 9999:localhost:8080 |
In this tunnel, one can access the Rancher GUI by opening Pointi a browser on a your local machine and pointing it to at http://localhost:9999/env/1a7/infra/stack to view the GUI. As before, 9999 is a random high number port and public keys should be installed in each machine in the tunnel.