Differences
This shows you the differences between two versions of the page.
os:linux:ssh [2019/03/10 18:35] – created phreazer | os:linux:ssh [2019/03/10 18:42] (current) – phreazer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SSH ====== | ====== SSH ====== | ||
===== Pub key authentication ===== | ===== Pub key authentication ===== | ||
+ | |||
+ | ==== Manual ==== | ||
Put your pub key `id_rsa.pub` into remote `authorized_key` file. | Put your pub key `id_rsa.pub` into remote `authorized_key` file. | ||
Line 12: | Line 14: | ||
< | < | ||
scp ~/ | scp ~/ | ||
+ | </ | ||
+ | ==== Tool-based ==== | ||
+ | < | ||
+ | ssh-copy-id your_username@192.0.2.0 | ||
</ | </ |