hetzner_box
cat .ssh/id_rsa.pub >> storagebox_authorized_keys (公钥汇总)
echo -e "mkdir .ssh \\n chmod 700 .ssh \\n put storagebox_authorized_keys .ssh/authorized_keys \\n chmod 600 .ssh/authorized_keys" | sftp -P 23 [email protected]sftp -oPort=23 [email protected]rsync -e 'ssh -p 23' -avP access.log [email protected]:/home
rsync -e 'ssh -p 23' -avP [email protected]:/home/xxx.7z ./scp -P 23 access.log [email protected]:/home最后更新于