Skip to content

Instantly share code, notes, and snippets.

@Sotatek-NuiTran
Sotatek-NuiTran / multi_ssh_git.md
Last active May 27, 2025 05:03
Setup SSH keys for multiple github and gitlab account

Setup SSH keys for multiple github and gitlab account

Prepare SSH keys:

Add a new key

$ ssh-keygen -t rsa_new -C "[email protected]"

Start ssh-agent

$ eval `ssh-agent -s`