- Generate new SSH
ssh-keygen -t ed25519 -C "comment"
create a new SSH Key - SSH config example
Host [hostname-alias]
User [user]
Hostname [hostname]
IdentityFile ~/.ssh/[keyfile]
IdentitiesOnly yes
AddKeysToAgent yes
- Debug SSH session
ssh -v [URL]
- List All SSH in memory of SSH-agent
ssh-add -L