Here are some brief instructions to help you connect to coelinux with ssh. Follow the instructions for the environment you are using.
On lab Windows computer or a connection through Citrix Workspace
- In the search box at the bottom left of the screen type powershell and run the app Windows PowerShell
- In the PowerShell window type the following command:
ssh username.#@coelinux.coeit.osu.edu
where username.# is your OSU user name - Enter your password (nothing will be displayed as you type it)
On your Windows computer with Putty installed
- Connect to the COE VPN using the Ivanti VPN client
- Run Putty
- In the Putty window, in the Host Name box, type
coelinux.coeit.osu.edu
and click the Open button - At the
login as:
prompt type your OSU username.# - Enter your password (nothing will be displayed as you type it)
On your Mac OS computer or your Linux computer
- Connect to the COE VPN using the Ivanti VPN client
- Open a terminal window
- In the terminal window type the following command:
ssh username.#@coelinux.coeit.osu.edu
where username.# is your OSU user name - Enter your password (nothing will be displayed as you type it)