文章目录
ssh-keygen -t rsa -C "aka@akiraka.net"
scp /root/.ssh/id_rsa root@ip地址:/root
cat id_rsa.pub >> .ssh/authorized_keys
service sshd restart