SSH config file to automate login
Table 1: SSH config file to automate SSH through SSH gateway at UNIVBRIS OFELIA.
1 | Host 10.216.* |
2 | User root |
3 | ProxyCommand ssh -o Compression=no gateway netcat %h %p |
4 | Compression yes |
5 | |
6 | Host gateway |
7 | HostName 137.222.204.15 |
8 | User fed4fire |
9 | Compression yes |