摘要: 内置的Ubuntu系统虽然已经有了ssh,但是还需要进行修改。 修改文件:vim /etc/ssh/sshd_config Port 6622 # 端口改为其他的 ListenAddress 0.0.0.0 # 取消注释 PasswordAuthentication yes # 允许密码登录 然后 阅读全文
posted @ 2022-07-25 10:51 图图雷 阅读(45) 评论(0) 推荐(0)