2019年9月20日

linux安装vsftpd后无法登陆

摘要: 安装完成后在主机上登陆时,不管是输入用户,还是匿名都无法登陆 经过检查,发现是因为/etc/hosts.deny禁止了所有ip访问 将hosts.deny中的all:all删除,或者在/etc/hosts.allow中添加vsftpd:all:allow都可以解决 阅读全文

posted @ 2019-09-20 12:00 kymlin 阅读(2036) 评论(1) 推荐(0) 编辑

导航