CentOS7 1810设置SSH,putty可登录sudo dhclientyum install -y openssl openssh-server# 修改配置文件vi /etc/ssh/sshd_config# 关闭注释:PermitRootLogin,PubkeyAuthentication# 在文件最后添加两行# Port 22# Protocol 2# Protocol 2(第二代ssh)# RSAAuthentication(第二代ssh弃用)#启动ssh,开机启 ...
2019-8-12 12:26
842