linux_wiki:ssh_pub_priv_keys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:ssh_pub_priv_keys [2014/12/08 20:41]
billdozor
linux_wiki:ssh_pub_priv_keys [2019/05/25 23:50] (current)
Line 1: Line 1:
 ====== SSH Pub/Priv Keys ====== ====== SSH Pub/Priv Keys ======
  
-Description: Create public/private key pair to login to remote systems with no password prompt.+**General Information**
  
-From the local client:+Create public/private key pair to login to remote systems with no password prompt. 
 + 
 +**Checklist** 
 +  * Distro(s): Any 
 + 
 +---- 
 + 
 +===== From the local client =====
  
 ==== Create public/private key pair ==== ==== Create public/private key pair ====
Line 22: Line 29:
 </code> </code>
  
-=== If ssh-copy-id is not installed, use scp instead ===+If ssh-copy-id is not installed, use scp instead
 <code bash> <code bash>
 scp $HOME/.ssh/id_rsa.pub username@server:~/tmp.pub scp $HOME/.ssh/id_rsa.pub username@server:~/tmp.pub
  • linux_wiki/ssh_pub_priv_keys.1418089294.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)