Difference between revisions of "SSH Access"

From UCB Math Wiki
Jump to: navigation, search
(New page: == SSH == You must use an ssh client to log in to a Math Department server using ssh. === From Windows machines === Content needed... === From other machines === Any machine other tha...)
 
 
(8 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
=== From Windows machines ===
 
=== From Windows machines ===
  
Content needed...
+
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 ===
 
=== From other machines ===
Line 11: Line 12:
 
Any machine other than Windows should have a native ssh client.
 
Any machine other than Windows should have a native ssh client.
 
From a terminal window (shell), type
 
From a terminal window (shell), type
 +
<pre>
 +
ssh USERNAME@login.math.berkeley.edu
 +
</pre>
  
<tt>ssh USERNAME@login.math.berkeley.edu</tt>.
+
If you want to login and use the graphical user interface (GUI) of programs (e.g. Maple) then try
 +
<pre>
 +
ssh -tCX USERNAME@login.math.berkeley.edu ssh -X beyonce
 +
</pre>
 +
Then for example type <code>xmaple</code>. Note that the above command opens a terminal session on the HPC server ''beyonce'' 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)

Latest revision as of 06:21, 23 January 2019

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 -tCX USERNAME@login.math.berkeley.edu ssh -X beyonce

Then for example type xmaple. Note that the above command opens a terminal session on the HPC server beyonce using login as an SSH gateway.

--Steve Sizemore - Unix System Manager 03:47, 19 March 2009 (UTC)