Skip to content

SSH (Secure [Socket] Shell)

Useful Docs!

Generate an SSH key with no prompts

ssh-keygen \                   # Generate a key
    -t ed25519 \               # with 'ed25519' algo
    -N "" \                    # No passphrase
    -C "github" \              # Identifier comment
    -f /path/to/.ssh/key_name  # Output File

Add the SSH key to the ssh