Recommended Software
-
Off campus access to Rhodes via the Rhodes VPN. You should be given access to the Rhodes VPN, so you should not need to file a ticket. You will, however, need to download the Fortinet client and install/configure it.
-
A terminal emulator or SSH client for your OS of choice. Most operating systems ship with
ssh
already installed.To connect to a remote host using ssh, open the terminal/command prompt application on your computer and then type
ssh username@hostname
to connect tohostname
as the user namedusername
.As an example, I connect to
lily
usingssh langm@lily.rhodes.edu
.
Other recommended software
- OSX:
- Windows:
- Use the built-in command prompt (enter
cmd
or “Command Prompt” in the Windows search box), and then you can usessh
as outlined above. - WinSCP is a Windows SCP program.
- ~PuTTY is a commonly-used SSH client.~ Note: I used to recommend PuTTY, but modern versions of Windows ship with
ssh
). - mobaxterm is a SSH client recommended by a student.
- Do you have a terminal emulator or ssh client that you prefer? Let me know!
- Use the built-in command prompt (enter