X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=rootsshsync;h=6b28fcbe41bdede68ae8d1a28c85a659fba3f2ba;hb=12cab163424e3a7b0815646d1d4407f9b5839bcb;hp=b4335dbcbbccfdb9164e44b4762dffcbba089268;hpb=7d9ec600a5ed9f88b85e02a27ee017b85721a6ac;p=distro-setup diff --git a/rootsshsync b/rootsshsync index b4335db..6b28fcb 100755 --- a/rootsshsync +++ b/rootsshsync @@ -37,9 +37,11 @@ fi find $user_ssh_dir -xtype l -exec rm '{}' \; # -t times, so it won't rewrite the file every time, # -L resolve links -rsync --exclude=/h --exclude=/h.pub --exclude /config --exclude /confighome -rtL --delete $user_ssh_dir/ /root/.ssh +rsync --exclude=/h --exclude=/h.pub \ + --exclude=/hrsa --exclude=/hrsa.pub \ + --exclude /config --exclude /confighome -rtL --delete $user_ssh_dir/ /root/.ssh if [[ -e /q/root/h ]]; then - cp -a /q/root/h{,.pub} /root/.ssh + cp -a /q/root/{h,hrsa}{,.pub} /root/.ssh fi if [[ -e $user_ssh_dir/config ]]; then