cc_staff
505
edits
No edit summary |
No edit summary |
||
Line 166: | Line 166: | ||
<!--T:44--> | <!--T:44--> | ||
*Session 2 should be a local terminal in which we will set up the SSH tunnel. Run the following command, substituting the | *Session 2 should be a local terminal in which we will set up the SSH tunnel. Run the following command, substituting the <code><hostname:port></code> and <code><cluster></code> by their corresponding value from the URL you received in Session 1. Refer to the previous figure. | ||
<!--T:45--> | <!--T:45--> | ||
{{Command | {{Command | ||
|prompt=[name@my_computer ]$ | |prompt=[name@my_computer ]$ | ||
| ssh -L 8888: | | ssh -L 8888:<hostname:port> someuser@<cluster>}} | ||
<!--T:46--> | <!--T:46--> |