Install OpenSSH on CentOS 7

Install SSH

yum install openssh openssh-server openssh-clients openssl-libs

Config SSH

nano /etc/ssh/sshd_config


remove <#> before
Port 2022

Leave a Reply