Project

General

Profile

Actions

Task #304

open

SSH key generation

Added by Amul Munusamy about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Normal
Start date:
03/11/2026
Due date:
% Done:

0%

Estimated time:

Description

SSH key generation:

Syntax:

ssh-keygen -t rsa

Files

cd_and_ls.png (24.8 KB) cd_and_ls.png Monish Munusamy, 03/11/2026 06:52 AM
key_pair_generation.png (63.8 KB) key_pair_generation.png Monish Munusamy, 03/11/2026 06:53 AM
view_ssh_key.png (64.5 KB) view_ssh_key.png Monish Munusamy, 03/11/2026 06:53 AM

Updated by Monish Munusamy about 1 month ago

SSH key generation

  • To generate new SSH key:
    ssh-keygen -t rsa
    

  • By default, it will be saved as

    ~/.ssh/id_rsa
    
  • Moving to that directory and Listing it:

    cd ~/.ssh
    ls -l
    

  • To view Public key:
    cat ~/.ssh/id_rsa.pub
    

Actions #2

Updated by Monish Munusamy about 1 month ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF