#552
[SSH] Create identity file
Generate Key (SSH v2) :
ssh-keygen -t dsa
Specify target folder
Enter a passphrase
2 Files are generated (the one specified and one with .pub extension)
The public key (.pub) can be used on remote server for authentication
[Jenkins] Backup/Restore Job [SSH] Toc Toc Toc
ssh-keygen -t rsa
ssh-keygen -t rsa -b 4096