[modify] add ssh and bashrc related files

This commit is contained in:
gitea 2023-06-15 21:45:04 +08:00
parent 3956206c45
commit 0d28d778f7

View File

@ -11,6 +11,10 @@ cp -rf /etc/docker/daemon.json /opt/configs/conf/
cp -rf /etc/sysctl.conf /opt/configs/conf/
cp -rf /etc/pip.conf /opt/configs/conf/
cp -rf /etc/apt/sources.list /opt/configs/conf/
cp -rf /etc/ssh/sshd_config /opt/configs/conf/
cp -rf /root/.bashrc /opt/configs/conf/bashrc
cp -rf /root/.ssh/config /opt/configs/conf/
cp -rf /root/.ssh/authorized_keys /opt/configs/conf/
cp -rf /root/.acme.sh/*ecc /opt/configs/acme/
cd /opt && t=`date +%Y%m%dT%H%M%S`