Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SSH ====== ===== Pub key authentication ===== ==== Manual ==== Put your pub key `id_rsa.pub` into remote `authorized_key` file. On remote: <code> ~/.ssh/authorized_keys </code> <code> scp ~/.ssh/id_rsa.pub user@remote: </code> ==== Tool-based ==== <code> ssh-copy-id your_username@192.0.2.0 </code> os/linux/ssh.txt Last modified: 2019/03/10 18:42by phreazer