Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -196,7 +196,7 @@ In this example, if you choose '1', an authentication request is pushed to your
**IMPORTANT NOTE**: Be careful with scripted logins: Any login attempt with your SSH key that triggers Duo Autopush is counted by Duo. If you don't respond in your Duo app, your account will be blocked after 10 attempts. Only an admin can then unlock it (see [FAQ section](../FAQ#access_ramses)).
#### Facilitating your login
To facilitate login, we suggest to set an alias in your shell's startup configuration file (`~/.bashrc`, `~/.zshrc`, or similar):
To facilitate login, we suggest to set an [alias](https://en.wikipedia.org/wiki/Alias_(command)) in your shell's startup configuration file (`~/.bashrc`, `~/.zshrc`, or similar):
`alias ssh_ra='ssh -o ServerAliveInterval=1000 -Y <USERNAME>@ramses1.itcc.uni-koeln.de'`
......
......