os:linux:ssh

SSH

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

On remote:

~/.ssh/authorized_keys
scp ~/.ssh/id_rsa.pub user@remote:
ssh-copy-id your_username@192.0.2.0
  • os/linux/ssh.txt
  • Last modified: 2019/03/10 19:42
  • by phreazer