分几种情况:
1.安装openssh-client,openssh-service;
2.sshd正常运行 ssh start/running
需要配置:/etc/ssh/sshd_config,Port 22, PasswordAuthetication yes;
3.检查防火墙设置,关闭防火墙:
$ sudo ufw disable
本文介绍SSH服务配置步骤,包括安装openssh-client和服务组件、确保sshd正常运行、配置sshd_config文件、设置防火墙等关键操作。
分几种情况:
1.安装openssh-client,openssh-service;
2.sshd正常运行 ssh start/running
需要配置:/etc/ssh/sshd_config,Port 22, PasswordAuthetication yes;
3.检查防火墙设置,关闭防火墙:
$ sudo ufw disable
7065

被折叠的 条评论
为什么被折叠?