Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:services:application_services:high_performance_computing:connect_with_ssh [2021/04/08 14:58] mboden [Connecting to the System outside GÖNET] |
en:services:application_services:high_performance_computing:connect_with_ssh [2021/04/08 14:59] (current) mboden [Connecting to the System outside GÖNET] |
||
---|---|---|---|
Line 72: | Line 72: | ||
</code> | </code> | ||
- | If you are using the Windows OpenSSH client, you need to add .exe to the ProxyCommand: | + | If you are using the **Windows** OpenSSH client, you need to add .exe to the ProxyCommand: |
<code> | <code> | ||
$ ssh login-fas.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -o ProxyCommand="ssh.exe -i .ssh/id-rsa -W %h:%p <userid>@login.gwdg.de" | $ ssh login-fas.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -o ProxyCommand="ssh.exe -i .ssh/id-rsa -W %h:%p <userid>@login.gwdg.de" |