Code Snippet

Just another Code Snippet site

[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


One thought on “[SSH] Create identity file

Leave a Reply

Your email address will not be published. Required fields are marked *