上传文件
scp /home/a.txt root@192.168.77.193:/home /home/a.txt //本机文件路径 root@192.168.77.193:/home //远程主机路径
下载文件 scp root@192.168.77.193:/home/a.txt /tmp/