linux lsyncd服务启动报错:Error: Temporary or permanent failure on startup of "/home/hl95/". Terminating since "insist" is not set.
摘要:由于目标服务器的.ssh/known_hosts 文件中没有请求服务器的的信息 解决办法:手动执行 /usr/bin/lsyncd -nodaemon /etc/lsyncd.conf 显示具体报错信息:权限错误 再根据具体报错信息,进行排查修复。
阅读全文
linux使用ipset禁止国外IP访问
摘要:一、安装ipset yum install ipset -y 二、禁止firewalld systemctl stop firewalld systemctl disable firewalld 三、设置iptables默认允许规则 iptables -P INPUT ACCEPT 四、清空其他规则
阅读全文