Table of Contents

SSH

Pub key authentication

Manual

Put your pub key `id_rsa.pub` into remote `authorized_key` file.

On remote:

~/.ssh/authorized_keys
scp ~/.ssh/id_rsa.pub user@remote:

Tool-based

ssh-copy-id your_username@192.0.2.0