Difference between revisions of "SSH Access"
m (→From other machines) |
m (→From other machines) |
||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
− | If you want to | + | If you want to login and use the graphical user interface (GUI) of programs (e.g. Maple) then try |
<pre> | <pre> | ||
ssh -tCXY USERNAME@login.math.berkeley.edu ssh -Y appsa | ssh -tCXY USERNAME@login.math.berkeley.edu ssh -Y appsa | ||
</pre> | </pre> | ||
− | Then for example type <code>xmaple</code>. | + | Then for example type <code>xmaple</code>. Note that the above command opens a terminal session on the HPC server ''appsa'' using ''login'' as an SSH gateway. |
--[[User:SteveSizemore|Steve Sizemore - Unix System Manager]] 03:47, 19 March 2009 (UTC) | --[[User:SteveSizemore|Steve Sizemore - Unix System Manager]] 03:47, 19 March 2009 (UTC) |
Revision as of 09:04, 21 April 2015
SSH
You must use an ssh client to log in to a Math Department server using ssh.
From Windows machines
One client which seems to work quite well is putty, which you can download for free from http://www.chiark.greenend.org.uk/~sgtatham/putty/ .
From other machines
Any machine other than Windows should have a native ssh client. From a terminal window (shell), type
ssh USERNAME@login.math.berkeley.edu
If you want to login and use the graphical user interface (GUI) of programs (e.g. Maple) then try
ssh -tCXY USERNAME@login.math.berkeley.edu ssh -Y appsa
Then for example type xmaple
. Note that the above command opens a terminal session on the HPC server appsa using login as an SSH gateway.
--Steve Sizemore - Unix System Manager 03:47, 19 March 2009 (UTC)