Difference between revisions of "Remote Access"
From CCRMA Wiki
Line 11: | Line 11: | ||
Enter your password, and you will be presented with a prompt located at your home directory. | 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. | ||
+ | |||
+ | <pre>~>ssh -X <username>@ccrma-gate.stanford.edu</pre> | ||
[[Category: CCRMA User Guide]] | [[Category: CCRMA User Guide]] |
Revision as of 15:13, 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