Difference between revisions of "Remote Desktop"
From PHASTA Wiki
(Created page with "if you want to work with solidworks or NX remotely, you need to access the windows machines. For that open an ssh connection by: ssh -L3389:phasta-pc:3389 username@jumpgate-pha...") |
|||
Line 4: | Line 4: | ||
Then start remote desktop connection application/program from your laptop/PC. Put "localhost" in the Computer name and then press okay. Username is your username of the system, password is your main password (not VNC) and Domain is PHASTA. | Then start remote desktop connection application/program from your laptop/PC. Put "localhost" in the Computer name and then press okay. Username is your username of the system, password is your main password (not VNC) and Domain is PHASTA. | ||
+ | |||
+ | Alternatively, it is possible to connect to a windows machines from within a VNC session. In a terminal, type | ||
+ | |||
+ | rdesktop -g [x resolution]x[y resolution] -x lan phasta-pc | ||
+ | |||
+ | where "x resolution" and "y resolution" correspond to the desired window size. For example, rdesktop -g 1600x980 -x lan phasta-pc will yield a 1600x980 window. |
Revision as of 12:57, 22 October 2013
if you want to work with solidworks or NX remotely, you need to access the windows machines. For that open an ssh connection by:
ssh -L3389:phasta-pc:3389 username@jumpgate-phasta.colorado.edu
Then start remote desktop connection application/program from your laptop/PC. Put "localhost" in the Computer name and then press okay. Username is your username of the system, password is your main password (not VNC) and Domain is PHASTA.
Alternatively, it is possible to connect to a windows machines from within a VNC session. In a terminal, type
rdesktop -g [x resolution]x[y resolution] -x lan phasta-pc
where "x resolution" and "y resolution" correspond to the desired window size. For example, rdesktop -g 1600x980 -x lan phasta-pc will yield a 1600x980 window.