Connect to Aperture
- Add the following lines to the
config
file in the.ssh
directory in your home directory:
Host aperture01
HostName jumpgate.scorec.rpi.edu
User your_username
ProxyJump jumpgate
LocalForward 5906 aperture01.scorec.rpi.edu:3389
replace your_username
with your RCS ID.
Open a terminal window on your computer. On Windows, you can use the Git Bash terminal that comes with Git for Windows. On Mac, you can use the Terminal application. On Linux, you can use the terminal application that comes with your distribution.
Type the following command in the terminal window:
ssh aperture01
When prompted, enter your RCS ID password. Or you can set up ssh on lab computers for passwordless login to the Lab computers.
Search for
Remote Desktop Connection
in the start menu and open it.In the
Remote Desktop Connection
window, typelocalhost:5906
in theComputer
field and clickConnect
.When prompted, enter your RCS ID password. Or you can set up ssh on lab computers for passwordless login to the Lab computers.
You will be connected to the Aperture computer. You can now use the computer as if you are sitting in front of it.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.