diff --git a/SSH-VPN-VNC/SSH.md b/SSH-VPN-VNC/SSH.md
index bb2357618a4b73834a160e1d7fc60e72cf97ef70..80aa79532df0070afa14e76b60946551d40790be 100644
--- a/SSH-VPN-VNC/SSH.md
+++ b/SSH-VPN-VNC/SSH.md
@@ -33,9 +33,16 @@ Host srvx2jet
 Host login
     HostName login.univie.ac.at
     User [U:Account USERNAME]
+Host ecaccess
+    Host ecaccess.ecmwf.int
+    HostKeyAlgorithms ssh-dss
+    KexAlgorithms diffie-hellman-group1-sha1
+    Ciphers aes256-cbc
 ```
 and replacing `[USERNAME]` and `[U:Account USERNAME]` with your usernames. Using such a file allows to connect like this `ssh srvx1` using the correct server adress and specified username. Copy this file as well on `login.univie.ac.at` and you can use commands like this: `ssh -t login ssh jet` to connect directly to `jet` via the `login` gateway.
 
+Please note the special algorithms for ecaccess.
+
 If you want to use ssh-keys you can also use different keys in `.ssh/config` per server with `IdentityFile ~/.ssh/id_rsa_for_server`.
 
 **Note: If you are having trouble with your ssh-key being accepted. You need to check the selinux security policy. Because we use non standard home directories, which are not accepted by default.** Do that by running: