Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:services:application_services:high_performance_computing:connect_with_ssh [2024/11/08 09:01] – [SSH Fingerprints of our Frontends] meulert1en:services:application_services:high_performance_computing:connect_with_ssh [2024/11/19 10:34] (current) – edit reference to gwdu103 ckoehle2
Line 69: Line 69:
 $ ssh login-mdc.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -J <userid>@login.gwdg.de $ ssh login-mdc.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -J <userid>@login.gwdg.de
 Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de
-gwdu103:22 14:51:56 ~ > +gwdu102:22 14:51:56 ~ > 
 </code> </code>
 If that does not work on your system, you may have an older version of SSH, which means you need to use: If that does not work on your system, you may have an older version of SSH, which means you need to use:
Line 75: Line 75:
 $ ssh login-mdc.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -o ProxyCommand="ssh -i .ssh/id-rsa -W %h:%p <userid>@login.gwdg.de" $ ssh login-mdc.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -o ProxyCommand="ssh -i .ssh/id-rsa -W %h:%p <userid>@login.gwdg.de"
 Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de
-gwdu103:22 14:51:56 ~ > +gwdu102:22 14:51:56 ~ > 
 </code> </code>
  
Line 82: Line 82:
 $ ssh login-mdc.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-mdc.hpc.gwdg.de -l <userid> -i .ssh/id-rsa -o ProxyCommand="ssh.exe -i .ssh/id-rsa -W %h:%p <userid>@login.gwdg.de"
 Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de Last login: Mon Apr 20 13:54:52 2020 from i080.vpnclients.gwdg.de
-gwdu103:22 14:51:56 ~ > +gwdu102:22 14:51:56 ~ > 
 </code> </code>