.dotfiles / configs / ssh / config
config
Raw
# Default settings for all hosts
Host *
    AddKeysToAgent yes
    UseKeychain yes
    IdentityFile ~/.ssh/id_ed25519
    SetEnv TERM=xterm-256color

# Host specific settings
Host github.com
    User git
    IdentityFile ~/.ssh/id_ed25519