Changes between Version 17 and Version 18 of Tutorials/g0WmLTE/Tutorial5
- Timestamp:
- May 27, 2016, 6:06:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial5
v17 v18 22 22 1. This is a two step process, to extend the tunnel to your local machine. SSH with tunnel to the console, and then again with the tunnel from the console to the node. 23 23 1. Linux: Simply use the -X or -Y flags, e.g. 24 1. {{{ssh -Y username@sb1.orbit-lab.org}}}25 1. {{{ssh -Y root@node1-1.sb1.orbit-lab.org}}}26 1. Repeat above two steps for second node.24 1. {{{ssh -Y -t sb1.orbit-lab.org ssh -Y -t node1-1}}} 25 1. {{{ssh -Y -t sb1.orbit-lab.org ssh -Y -t node1-2}}} 26 1. If you get an error about ssh keys not matching, you MUST follow the instructions about running ssh-keygen -f. It will not allow X11 forwarding until fixed. 27 27 1. Windows: You must either use an X11 capable ssh client, such as mobaXterm or bitvise ssh, or install a standalone x11 client, such as FIXME 28 28 1. Start x11 capable client