摘要: 1.完整的错误信息如下: E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 11d 10min 50s 阅读全文
posted @ 2018-12-10 15:56 Jello 阅读(7716) 评论(0) 推荐(0)
摘要: 1.安装openssh-server sudo apt-get install openssh-server 2.启动ssh服务 sudo service ssh start 3.检测是否启动了ssh服务 ps aux|grep sshd 4. 自行编辑/etc/ssh/sshd_config配置o 阅读全文
posted @ 2018-12-10 14:55 Jello 阅读(4849) 评论(0) 推荐(0)