Difference between revisions of "Remote Access"

From CCRMA Wiki
Jump to: navigation, search
(X11 Display Forwarding)
Line 17: Line 17:
  
 
<pre>~>ssh -X <username>@ccrma-gate.stanford.edu</pre>
 
<pre>~>ssh -X <username>@ccrma-gate.stanford.edu</pre>
 +
 +
Once you are logged in you can run any GUI based applicatio from the command line for example:
 +
 +
<pre>~>evolution</pre>
 +
 +
and it will open locally in an X Window but be running on a CCRMA computer with only the display information being forwarded.  You can interact with the program in the usual way.  You may find some delay in the interaction based on what kind of bandwidth is available for your connection.  You may want to consider command line or text alternatives to using ''display forwarding'' of you have limited bandwidth. For example, you could use <code>pine</code> rather than Evolution to check your email, or use matlab in 'nodisplay' mode:
 +
 +
<pre>~>matlab --nodisplay</pre>
  
 
== Logout ==
 
== Logout ==

Revision as of 16:19, 1 October 2007

You can login remotely to through a server called ccrma-gate.stanford.edu by typing the following in a terminal window:

~>ssh <username>@ccrma-gate.stanford.edu

You will see this response in your terminal:

Welcome to CCRMA, Stanford University
[This system is for authorized use only]

<username>@ccrma-gate.stanford.edu's password: 

Enter your password, and you will be presented with a prompt located at your home directory.

X11 Display Forwarding

A useful tool for using GUI based applications at home that are running on a CCRMA machine is display forwarding. This tool forwards X11 display information to your remotely logged in host, provided you have X11 installed.

~>ssh -X <username>@ccrma-gate.stanford.edu

Once you are logged in you can run any GUI based applicatio from the command line for example:

~>evolution

and it will open locally in an X Window but be running on a CCRMA computer with only the display information being forwarded. You can interact with the program in the usual way. You may find some delay in the interaction based on what kind of bandwidth is available for your connection. You may want to consider command line or text alternatives to using display forwarding of you have limited bandwidth. For example, you could use pine rather than Evolution to check your email, or use matlab in 'nodisplay' mode:

~>matlab --nodisplay

Logout

Please logout when you are not using a session.