1 Star 0 Fork 0

侠客行/shareTempFile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
entrypoint.sh 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
侠客行 提交于 2023-04-01 08:54 . 11
#!/bin/bash
if [ ! -f "/etc/ssh/ssh_host_rsa_key" ];then
ssh-keygen -t rsa -N '' -q -f /etc/ssh/ssh_host_rsa_key
fi
if [ ! -f "/root/.ssh/id_rsa_1072" ];then
ssh-keygen -t rsa -N '' -q -f /root/.ssh/id_rsa_1072
cat /root/.ssh/id_rsa_1072.pub >> /root/.ssh/authorized_keys
_f1='{"username": "root", "pkey": "'
_f2=$(sed s/$/'\\n'/ /root/.ssh/id_rsa_1072 | tr -d '\r\n')
_f3='", "is_save": "1", "c_type": "True", "host": "127.0.0.1", "password": "", "port": 1072}'
echo "${_f1}${_f2}${_f3}" | base64 | tr -d '\r\n '| od -An -tx1 | tr -d '\r\n ' > "/www/server/panel/config/t_info.json"
fi
/usr/sbin/sshd
/usr/sbin/crond
for file in `ls /etc/init.d`
do if [ -x /etc/init.d/${file} ]; then
/etc/init.d/$file restart
fi done
bt default
tail -f /dev/null
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tenglong666_admin/shareTempFile.git
[email protected]:tenglong666_admin/shareTempFile.git
tenglong666_admin
shareTempFile
shareTempFile
master

搜索帮助