I've created an LXC container based on the CentOS image. It seems as though sshd is not running. Running service sshd start throws an error:
Is there a package I should install via yum?
EDIT: OpenSSH seems to be installed:
Code:
# service sshd start
Redirecting to /bin/systemctl start sshd.service
Failed to start sshd.service: Unit not found.
Is there a package I should install via yum?
EDIT: OpenSSH seems to be installed:
Code:
# yum install openssh
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.hosting.com.tr
* extras: ftp.linux.org.tr
* updates: mirror.netdirekt.com.tr
Package openssh-7.4p1-21.el7.x86_64 already installed and latest version
Nothing to do