本地免密码登录服务器

# 本地生成SSH KEY(带上用户信息最佳)
ssh-keygen -t rsa -C "heoller@126.com"
# 将本地公钥复制到远程主机上,开启免密登录
ssh-copy-id root@10.244.189.129

Install VPS SS

wget --no-check-certificate https://raw.githubusercontent.com/teddysun/***_install/master/***.sh
chmod +x ***.sh
./***.sh 2>&1 | tee ***.log

启动:/etc/init.d/*** start
状态:/etc/init.d/*** status
配置文件路径:/etc/***.json