Update: Following updates to our server, this process should no longer be necessary.
- Open Terminal
- Type the following and press enter:
mkdir .ssh
- Type the following and press enter:
pico .ssh/config
- Type (or copy and paste) the following code in the document:
kexalgorithms +diffie-hellman-group1-sha1host *
- Press Control + O — this will attempt to save the file. To confirm, press the Enter key
- Press Control + X to exit
- Now, try connecting to the Writing Server as expected, i.e.
ssh yourpennkey@writing.upenn.edu
- If prompted about the authenticity of the host, simply type “yes” and press enter