Skip to content
Snippets Groups Projects
Commit d15190c4 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

ecaccess ssh options

parent 1393718f
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment