美文网首页
FileZilla连接cent7root目录

FileZilla连接cent7root目录

作者: wnfff | 来源:发表于2019-09-26 02:08 被阅读0次

1. 配置SSH服务,解除注释

vi /etc/ssh/sshd_config

# 监听22端口
Port 22
#AddressFamily any
ListenAddress 0.0.0.0
ListenAddress ::

...

# 允许root远程登录
PermitRootLogin yes

...

# 使用密码验证
PasswordAuthentication yes

2. 使配置生效

service sshd restart

3. 连接

快速连接

相关文章

网友评论

      本文标题:FileZilla连接cent7root目录

      本文链接:https://www.haomeiwen.com/subject/jicguctx.html