$ ssh-keygen -t rsa
-------------------------
$ cat .ssh/id_rsa.pub | ssh serwer "mkdir .ssh && chmod 0700 .ssh && cat > .ssh/authorized_keys2"
