Install OpenSSH on CentOS 7
Install SSH
1 |
yum install openssh openssh-server openssh-clients openssl-libs |
Config SSH
1 2 3 4 |
nano /etc/ssh/sshd_config remove <#> before |
1 |
Port 2022 |
Lập Trình C# C++ Java Python Perl Javascript Leaflet Map UML PMP Project Analysis
Install SSH
1 |
yum install openssh openssh-server openssh-clients openssl-libs |
Config SSH
1 2 3 4 |
nano /etc/ssh/sshd_config remove <#> before |
1 |
Port 2022 |