Which three tasks should be performed to configure a host to act as an SSH server?
A.
The openssh-server package must be installed.
B.
The sshd service must be started.
C.
The openssh package must be installed.
D.
The openssh-client package must not be installed.
E.
The ssh-agent must be running.
Explanation:
Reference: https://access.redhat.com/site/documentation/enUS/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-ssh-configuration-sshd.html
A, B, C
A B C
A B C
The answer is A,B,C
===================
A – B -C
To run an OpenSSH server, you must first make sure that you have the proper RPM packages installed. The openssh-server package is required and depends on the openssh package.