scp的风险意识

本文得到枯荣长老的大力指点,在此表示感谢。

 

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)? yes
Warning: 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  

然后在scp时加上速度限制:-l 1024 ,这个意思是说1024Kbit/s,也就是128KB/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]# 


 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值