Comment copier SSH sur mon AWS EC2 Linux

# for your eyes only

scp -i "keypair.pem" /home/user/.ssh/id_rsa.pub <ec2 instance with public dns.compute-1.amazonaws.com>:/home/ubuntu/.ssh
id_rsa.pub 
Wild Wolf