SSH CentOS
В templat’e CentOS7 для Proxmox по умолчанию отсутствует SSH.
yum -y install openssh-server openssh-clients
chkconfig sshd on
nano /etc/ssh/sshd_config
service sshd startПроверить:
netstat -tulpn | grep :22В templat’e CentOS7 для Proxmox по умолчанию отсутствует SSH.
yum -y install openssh-server openssh-clients
chkconfig sshd on
nano /etc/ssh/sshd_config
service sshd startПроверить:
netstat -tulpn | grep :22