Difference between revisions of "Logging in to a terminal session"

From Centre for Bioinformatics and Computational Biology
Jump to: navigation, search
Line 11: Line 11:
 
</source>
 
</source>
 
* For Mac, [https://www.xquartz.org/ XQuartz] needs to be installed for graphics to work.
 
* For Mac, [https://www.xquartz.org/ XQuartz] needs to be installed for graphics to work.
* If you are logging in from a Windows machine, you can use a terminal emulator such as [http://www.putty.org putty], [http://www/bitvise/com BitVise] or [https://ttssh2.osdn.jp TeraTerm].
+
* If you are logging in from a Windows machine, you can use a terminal emulator such as [http://www.putty.org putty], [http://www/bitvise.com BitVise] or [https://ttssh2.osdn.jp TeraTerm].
 
** The hostname would be wonko.bi.up.ac.za, the user name would be the user name provided to you, and the authentication method would be password.
 
** The hostname would be wonko.bi.up.ac.za, the user name would be the user name provided to you, and the authentication method would be password.
 
* If you need to use graphics from a Windows client, you can download [https://sourceforge.net/projects/xming XMing].
 
* If you need to use graphics from a Windows client, you can download [https://sourceforge.net/projects/xming XMing].

Revision as of 17:47, 8 March 2018

  • All our servers run Linux
  • 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 user@wonko.bi.up.ac.za
  • For Mac, XQuartz needs to be installed for graphics to work.
  • If you are logging in from a Windows machine, you can use a terminal emulator such as putty, BitVise or TeraTerm.
    • The hostname would be wonko.bi.up.ac.za, the user name would be the user name provided to you, and the authentication method would be password.
  • If you need to use graphics from a Windows client, you can download XMing.