IRCNow

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
shell:ssh_keys [2020/01/06 14:45]
eis
shell:ssh_keys [2020/01/06 15:20] (current)
eis
Line 1: Line 1:
-SSH-key are used a lot in many applications such as git, to access an account without the need for username and password.+======SSH key authentication====== 
 + 
 +SSH-keys ​are used a lot in many applications such as git, to access an account without the need for username and password. It is also more safe since there is the need of actual data present in your pc, which cannot be "​guessed",​ unlike many passwords.
  
 Once created you can log in to the shell using your username and password for the first time. In order to set up ssh-key based authentication you just need to add your public key to the authorized_keys file in the .ssh folder. ​ Once created you can log in to the shell using your username and password for the first time. In order to set up ssh-key based authentication you just need to add your public key to the authorized_keys file in the .ssh folder. ​
Line 22: Line 24:
 ===Part 2=== ===Part 2===
  
-***to be added soon***+Creating SSH keys is a platform specific procedure. 
 + 
 +For Windows users detailed instructions can be found at:\\ 
 +https://​www.ssh.com/​ssh/​putty/​windows/​puttygen \\ 
 + 
 +For Linux, Mac, and Termux (Android) users detailed instructions can be found at: \\ 
 +https://​www.ssh.com/​ssh/​keygen