Difference between revisions of "Logging in to a terminal session"
From Centre for Bioinformatics and Computational Biology
Line 5: | Line 5: | ||
<source lang="c"> | <source lang="c"> | ||
> ssh username@wonko.bi.up.ac.za | > ssh username@wonko.bi.up.ac.za | ||
+ | </source> | ||
+ | or if graphics forwarding is needed: | ||
+ | <source lang="c"> | ||
+ | > ssh -X sername@wonko.bi.up.ac.za | ||
</source> | </source> |
Revision as of 15:36, 8 March 2018
- All our servers run Linux
- If you need an introduction to Linux, we would recommend: The Linux Command Line.
- You would usually log into our head (login node). It is called wonko.bi.up.ac.za.
- An example from a Linux or Mac terminal session:
> ssh username@wonko.bi.up.ac.za
or if graphics forwarding is needed:
> ssh -X sername@wonko.bi.up.ac.za