Scp risk awareness and scp Risk Awareness
I would like to express my thanks to elders who have given me some advice.
man scp -l limit Limits the used bandwidth, specified in Kbit/s
[root@rhel63single arch]# scp 1_143_807882551.dbf 192.168.80.175:/home/oracle/The authenticity of host '192.168.80.175 (192.168.80.175)' can't be established.RSA key fingerprint is 3e:0c:4b:33:6a:d4:d6:86:c1:14:41:79:b9:f1:78:34.Are you sure you want to continue connecting (yes/no)? yesWarning: Permanently added '192.168.80.175' (RSA) to the list of known hosts.root@192.168.80.175's password: Permission denied, please try again.root@192.168.80.175's password: 1_143_807882551.dbf 100% 39MB 19.5MB/s 00:02
Then add the speed limit-l 1024 in scp, which means 1024 Kbit/s, that is, kb/s.
[root@rhel63single arch]# scp -l 1024 1_143_807882551.dbf 192.168.80.175:/home/oracle/root@192.168.80.175's password: 1_143_807882551.dbf 100% 39MB 127.5KB/s 05:14 [root@rhel63single arch]#