ssh.sh
bash <(curl -sL http://zjlo.top/jb/ssh.sh)
wget http://zjlo.top/jb/ssh.sh && chmod +x ssh.sh && ./ssh.sh
curl -O https://yx.zjlo.top/ssh.sh && chmod +x ssh.sh && ./ssh.sh
说明:
1、检查服务器是否具备密钥登录功能;
2、如果不具备集体是是否要打开密钥登录功能;
3、设置密钥功能,可以选择是自动生成密钥文件,还是提交已经生成的密钥;
4、选择自动生成需要给出生成的密钥文件提醒用户保存;
5、选择提交已经生成的密钥,给出输入交互界面;
6、检查密钥相关的权限并展示;
apache2uninstall.sh
bash <(curl -sL http://zjlo.top/jb/apache2uninstall.sh)
wget http://zjlo.top/jb/apache2uninstall.sh && chmod +x apache2uninstall.sh && ./apache2uninstall.sh
curl -O https://yx.zjlo.top/apache2uninstall.sh && chmod +x apache2uninstall.sh && ./apache2uninstall.sh
说明:
卸载Ubuntu系统自带的apache服务
off-fhq.sh
bash <(curl -sL http://zjlo.top/jb/off-fhq.sh)
wget http://zjlo.top/jb/off-fhq.sh && chmod +x off-fhq.sh && ./off-fhq.sh
curl -O https://yx.zjlo.top/off-fhq.sh && chmod +x off-fhq.sh && ./off-fhq.sh
说明:
检查系统中有哪些防火墙,并全部关闭他们。
rootpsd.sh
bash <(curl -sL http://zjlo.top/jb/rootpsd.sh)
wget http://zjlo.top/jb/rootpsd.sh && chmod +x rootpsd.sh && ./rootpsd.sh
curl -O https://yx.zjlo.top/rootpsd.sh && chmod +x rootpsd.sh && ./rootpsd.sh
说明:
设置系统root账户密码,同时开通密码登录ssh权限
off-iptables.sh
bash <(curl -sL http://zjlo.top/jb/off-iptables.sh)
wget http://zjlo.top/jb/off-iptables.sh && chmod +x off-iptables.sh && ./off-iptables.sh
curl -O https://yx.zjlo.top/off-iptables.sh && chmod +x off-iptables.sh && ./off-iptables.sh
说明:
关闭某些Linux系统自带的iptables防火墙