...
3) add this block to your local SSH config to connect to any bcn*
compute node ( via blogin)
Codeblock | ||
---|---|---|
| ||
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 |
...