13,420
edits
Changes
no edit summary
=== Part 1: Enabling the sshd service. ===
# Use your c7host machine to complete this section
# OpenSSH should have been installed by default. Lets confirm this by issuing the command:<br /> <code>rpm -qa | grep ssh</code>
# You should see a number of packages installed including <code>openssh-clients</code> and <code>openssh-server</code>
=== Part 2: Establishing an ssh connection. ===
# Use your centos2 VM to complete this section.
# Establish an ssh connection to your centos3 VM using the command:<br /><code>ssh ops235@centos3</code><br />(Where 'ops235' is the account on centos3 and 'centos3' is the hostname of the centos3 VM.)
# You should receive a message similar to the following: