Skip to content

Commit

Permalink
update remote-working-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Arushi Goel committed Sep 18, 2020
1 parent a5d620d commit fd7a70c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified notes/._remote-working-guide.md
Binary file not shown.
13 changes: 7 additions & 6 deletions notes/remote-working-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,26 @@ Here we provide a detailed guide for setting-up PuTTY with tunnel forwarding so

Change the remaining options as is in the screenshot below.

<center><img src="./notes/figures/putty1.png"></center>
<center><img src="./notes/figures/putty1.png"></center>

2. Now navigate to **Connection** and drop-down on **Data**. In **Auto-Login username** , enter your student id `sXXXXXXX`.

<center><img src="./notes/figures/putty2.png"></center>
<center><img src="./notes/figures/putty2.png"></center>

3. After step 1 and 2, follow the instructions [here](http://computing.help.inf.ed.ac.uk/installing-putty) from screenshots 3-5 to set-up **Auth** and **X11 Forwarding**. To avoid errors later, strictly follow the instructions for this set-up.

4. In this step, we will configure SSH tunneling to locally run the notebooks. On the left side of the PuTTY window, navigate to **Tunnels** under SSH and then add a `[local-port]` in **Source port** and `localhost:[local-port]` in **Destination**. Remember the `[local-port]` you used here as we will need this later.

<center><img src="./notes/figures/putty3.png"></center>

<center><img src="./notes/figures/putty3.png"></center>
Then press **Add** near the Source port box to add your new forwarded port. Once you add, you will see your newly added port as shown below -
Then press **Add** near the Source port box to add your new forwarded port. Once you add, you will see your newly added port as shown below -

<center><img src="./notes/figures/putty4.png"></center>
<center><img src="./notes/figures/putty4.png"></center>
5. After you have done steps 1-4, navigate back to **Session** on the left side and click **Save** to save all your current configurations.

<center><img src="./notes/figures/putty5.png"></center>
<center><img src="./notes/figures/putty5.png"></center>
6. Then click **Open** and a terminal window will pop-up asking for your DICE password. After you enter the password, you will be logged in to SSH Gateway Server. As the message printed when you log in points out this is intended only for accessing the Informatics network externally and you should not attempt to work on this server. You should log in to one of the student.compute shared-use servers by running -

Expand Down

0 comments on commit fd7a70c

Please sign in to comment.