Changes between Version 17 and Version 18 of Tutorials/g0WmLTE/Tutorial5


Ignore:
Timestamp:
May 27, 2016, 6:06:50 PM (8 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v17 v18  
    2222 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.
    2323 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.
    2727 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
    2828  1. Start x11 capable client