Difference between revisions of "User:Jan-steiner-c1cc@uni-bonn.de"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
https://hpc-wiki.info/hpc/User:Jan-steiner-c1cc@uni-bonn.de/subpagetest | https://hpc-wiki.info/hpc/User:Jan-steiner-c1cc@uni-bonn.de/subpagetest | ||
| + | You can create an SSH connection with OpenSSH in your Linux terminal with the <code>ssh</code> command: | ||
| + | <syntaxhighlight lang="bash"> | ||
| + | ssh <username>@<cluster-address> | ||
| + | </syntaxhighlight> | ||
| − | + | Here | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 17:19, 3 July 2023
Subpages:
https://hpc-wiki.info/hpc/User:Jan-steiner-c1cc@uni-bonn.de/subpagetest
You can create an SSH connection with OpenSSH in your Linux terminal with the ssh command:
ssh <username>@<cluster-address>
Here