ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh @ 'cat >> .ssh/authorized_keys && echo "Key copied"'
cat ~/.ssh/id_rsa.pub >> .ssh/authorized_keys
54055(+101) Besucher