Overview
SSH and SFTP clients are used to securely connect to the Public Linux Environment (Volweb).
Windows
PuTTY (an ssh terminal client)
WinSCP (a graphical SFTP client)
FileZilla
Mac
Fetch
Cyberduck
FileZilla
Terminal - If you are using Mac OS X, you already have an SSH terminal client installed on your computer. Open a terminal window (in Finder, go to Applications > Terminal, or look for Terminal in Spotlight). In the terminal window, type
ssh netid@linux.oit.utk.edu
press return and enter your password.
Linux
FileZilla
Terminal - If you are using Linux, you already have an SSH terminal client installed on your computer. In the terminal window, type
ssh netid@linux.oit.utk.edu
press return and enter your password.