Changes

Jump to: navigation, search

OPS705 Lab 2 (2207)

7 bytes removed, 00:26, 4 August 2020
Part 2: Accessing Your CentOS VM Remotely Using SSH
On Windows Using PuTTY:
# Open ''PuTTY''
# In the '''Host Name (or IP address)''' field: Insert your IP address from ''Part 1''. (Refer to ''Figure 7'')
# Leave all other fields as their defaults.
# Click on the '''Open''' button.
On macOS/Linux Using Terminal:
# From the command line, type <code>ssh ''yourSenecaUsername''@''ipaddressaddress''</code>, press Enter.
# When prompted for a password, use the one you gave when you created the VM. (You won't see anything as you type here; that's normal.)
# If login is successful, you should see a prompt like this: <code>[cjohnson30@cjohnson30-linux lnx ~]$</code>
# To prove you've completed this section, run the following: <code>echo "My name is ''insertFullName'', and I've completed the CentOS investigation!" > ~/lab2.txt</code>
# To quit, type <code>exit</code>. '''Don't do this, yet! Move to Part 3.'''

Navigation menu