Create a config file for ssh to connect to the Lab computers easily
Create or open a file in the
.ssh
directory in your home directory. For example, you can create a file namedconfig
in the.ssh
directory.Add the following lines to the file:
Host jumpgate
HostName jumpgate.scorec.rpi.edu
User your_username
Host monopoly
HostName monopoly
User your_username
ProxyJump jumpgate
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 or SCOREC username.
Save the file.
Now, you can connect to the Lab computers using the following commands:
ssh monopoly
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.