diff --git a/notes/.DS_Store b/notes/.DS_Store new file mode 100644 index 0000000..6132c7b Binary files /dev/null and b/notes/.DS_Store differ diff --git a/notes/._.DS_Store b/notes/._.DS_Store new file mode 100644 index 0000000..2c0a3aa Binary files /dev/null and b/notes/._.DS_Store differ diff --git a/notes/._figures b/notes/._figures new file mode 100755 index 0000000..094794c Binary files /dev/null and b/notes/._figures differ diff --git a/notes/._getting-started-in-a-lab.md b/notes/._getting-started-in-a-lab.md new file mode 100644 index 0000000..a1d4572 Binary files /dev/null and b/notes/._getting-started-in-a-lab.md differ diff --git a/notes/._remote-working-guide.md b/notes/._remote-working-guide.md new file mode 100644 index 0000000..2d5c71f Binary files /dev/null and b/notes/._remote-working-guide.md differ diff --git a/notes/figures/._putty1.png b/notes/figures/._putty1.png new file mode 100644 index 0000000..e42b552 Binary files /dev/null and b/notes/figures/._putty1.png differ diff --git a/notes/figures/._putty2.png b/notes/figures/._putty2.png new file mode 100644 index 0000000..e5b291d Binary files /dev/null and b/notes/figures/._putty2.png differ diff --git a/notes/figures/._putty3.png b/notes/figures/._putty3.png new file mode 100644 index 0000000..c49f99e Binary files /dev/null and b/notes/figures/._putty3.png differ diff --git a/notes/figures/._putty4.png b/notes/figures/._putty4.png new file mode 100644 index 0000000..640e931 Binary files /dev/null and b/notes/figures/._putty4.png differ diff --git a/notes/figures/._putty5.png b/notes/figures/._putty5.png new file mode 100644 index 0000000..3e62342 Binary files /dev/null and b/notes/figures/._putty5.png differ diff --git a/notes/figures/putty1.png b/notes/figures/putty1.png new file mode 100644 index 0000000..376db5d Binary files /dev/null and b/notes/figures/putty1.png differ diff --git a/notes/figures/putty2.png b/notes/figures/putty2.png new file mode 100644 index 0000000..41495df Binary files /dev/null and b/notes/figures/putty2.png differ diff --git a/notes/figures/putty3.png b/notes/figures/putty3.png new file mode 100644 index 0000000..55d824e Binary files /dev/null and b/notes/figures/putty3.png differ diff --git a/notes/figures/putty4.png b/notes/figures/putty4.png new file mode 100644 index 0000000..af941ab Binary files /dev/null and b/notes/figures/putty4.png differ diff --git a/notes/figures/putty5.png b/notes/figures/putty5.png new file mode 100644 index 0000000..2440ff1 Binary files /dev/null and b/notes/figures/putty5.png differ diff --git a/notes/remote-working-guide.md b/notes/remote-working-guide.md index cff3eae..abb7d55 100644 --- a/notes/remote-working-guide.md +++ b/notes/remote-working-guide.md @@ -97,6 +97,75 @@ ssh -N -o ProxyCommand="ssh -q [dice-username]@student.ssh.inf.ed.ac.uk nc [remo You will be asked to enter your (DICE) password twice, once to log on to the gateway server and a second time to log on to the remote compute server. -Assuming you enter your password both times correctly, the remote port will now be getting forwarded to the specified local port on your computer. If you now open up a browser on your computer and go to `https://localhost:[local-port]` you should (potentially after seeing a security warning about the self-signed certicate) now asked to enter the notebook server password you specified earlier. Once you enter this password you should be able to access the notebook dashboard and open and edit notebooks as you usually do in labratories. +Assuming you enter your password both times correctly, the remote port will now be getting forwarded to the specified local port on your computer. If you now open up a browser on your computer and go to `https://localhost:[local-port]` you should (potentially after seeing a security warning about the self-signed certificate) now asked to enter the notebook server password you specified earlier. Once you enter this password you should be able to access the notebook dashboard and open and edit notebooks as you usually do in laboratories. When you are finished working you should both close down the notebook server by entering `Ctrl+C` twice in the terminal window the SSH session you used to start up the notebook server is running and halt the port forwarding command by entering `Ctrl+C` in the terminal it is running in. + + +## Set Up SSH Tunneling in Windows + +School machines can also be logged in if you are using Windows on your personal computer. The school recommends installing [PuTTY](http://computing.help.inf.ed.ac.uk/installing-putty) for remotely logging in. + +Please first follow the instructions given on the computing webpage for installing PuTTY and Kerberos. + +Here we provide a detailed guide for setting-up PuTTY with tunnel forwarding so that it is convenient to use the jupyter notebooks on your personal machine. + +1. To start off, run the PuTTY executable file you downloaded, navigate to **Session** on the left column and enter the **hostname** as `student.ssh.inf.ed.ac.uk`. Put any name in the **Saved Sessions** box so that you can retrieve your saved PuTTY session for future use. + +Change the remaining options as is in the screenshot below. + +