Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

3) add this block to your local SSH config to connect to any bcn* compute node ( via blogin)

Codeblock
title~/.ssh/config
Host clx-login
    User <your_username>
    HostName blogin.nhr.zib.de
    IdentityFile ~/.ssh/<your_key>

Host bcn*
    User <your_username>
    IdentityFile ~/.ssh/<your_key>
	ProxyCommand ssh -W %h:%p clx-login

...