User Tools

Site Tools


exercises:2015_uzh_molsim:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
exercises:2015_uzh_molsim:ssh [2015/04/23 12:20] – external edit 127.0.0.1exercises:2015_uzh_molsim:ssh [2015/05/04 12:04] yakutovich
Line 11: Line 11:
 Once you have a user name on the remote computer (ask your teaching assistant), you can connect to it: Once you have a user name on the remote computer (ask your teaching assistant), you can connect to it:
 <code bash> <code bash>
-ssh -X username@pcihopt3.uzh.ch       # Connect to host pcihopt3.uzh.ch with X11 forwarding +ssh -X studentXX@pcihopt3.uzh.ch       # Connect to host tcopt3.chem.uzh.ch with X11 forwarding 
 </code> </code>
 The ''-X'' flag ensures that when you run a program with a graphical user interface on the remote computer (such as VMD), the graphical user interface will be //forwarded// to your local machine. The ''-X'' flag ensures that when you run a program with a graphical user interface on the remote computer (such as VMD), the graphical user interface will be //forwarded// to your local machine.
exercises/2015_uzh_molsim/ssh.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1