Open main menu

CDOT Wiki β

Changes

OPS235 Lab 7 - CentOS7

12 bytes removed, 13:05, 25 June 2015
no edit summary
# Use your '''c7host''' machine to complete this section
# OpenSSH should have been installed by default. Lets confirm this by issuing the command:<br /> <b><code><span style="color:#3366CC;font-size:1.2em;">rpm -qa | grep ssh</span></code></b>
# You should see a number of packages installed including <codeb>openssh-clients</codeb> and <codeb>openssh-server</codeb>
# <b><code><span style="color:#3366CC;font-size:1.2em;">openssh-server</span></code></b> installs a service called '''sshd''', confirm this service is running by issuing the command:<br /><b><code><span style="color:#3366CC;font-size:1.2em;">service sshd status</span></code></b>
# Now check that the sshd service is configured to start automatically: <b><code><span style="color:#3366CC;font-size:1.2em;">chkconfig --list sshd</span></code></b>
13,420
edits