1、ssh-keygen
id_rsa为私钥文件(保存在client),id_rsa.pub为公钥(用于追加到server的用户目录/.ssh/authorized_keys文件中,不能覆盖原机中的authorized_keys,否则会导致原机验证失败,只能>>authorized_keys 追加 )
2.下载数据
scp -i ~/.ssh/id_rsa -r root@remote_ip:/data/www/develop/develop_activity_task /data/www/activity_task_bak
3.上传数据
scp -i ~/.ssh/id_rsa -r /data/www/poker/pokerServer root@remote_ip:/data/www/
4.ssh登录
ssh使用RSA密钥对登录也是同理,service名称为sshd,配置文件为/etc/ssh/sshd_config