ssh-keygen
scp -P 8022 .ssh\id_rsa.pub u0_a233@192.168.101.8:~
cat id_rsa.pub >> .ssh/authorized_keys //windows下需要手动复制公钥
ssh-copy-id -p8022 u0_a233@192.168.101.8 //wsl自动复制公钥
rsync -av --dry-run ~/code/data
rsync -avz -e "ssh -p 8022" u0_a233@192.168.101.8:~/code/data/ fetched-data/
receiving incremental file list
./
sent 39 bytes received 195 bytes 156.00 bytes/sec
total size is 9,818,765 speedup is 41,960.53