# Tailnet
Host blackstaff
     Hostname blackstaff.leechpepin.tailnet
Host dresden
     Hostname dresden.leechpepin.tailnet
Host arthur
     Hostname arthur.leechpepin.tailnet
Host jlpks8888
     Hostname jlpks8888.leechpepin.tailnet
Host jlpgreencloud
     Hostname jlpgreencloud.leechpepin.tailnet
Host headscale
     Hostname headscale.leechpepin.tailnet
Host *.leechpepin.tailnet
     Port 22
     User jleechpe
     IdentityFile ~/.ssh/ed25519-gpg
     IdentitiesOnly yes

## Backups
Host ndbackups
     Hostname ndbackups.leechpepin.com
     Port 22
     User jleechpe
     controlpath /tmp/ssh-%r@%h:%p

# VCS related
Host forgejo.leechpepin.com
     Port 22
     User git
     IdentityFile ~/.ssh/ed25519-gpg
     IdentitiesOnly yes

Host github.com
     Port 22
     User git

Host codeberg.org
     Port 22
     User git

Host ssh.pijul.com
     HostName ssh.pijul.com
     Port 22
     User jleechpe
     AddKeysToAgent yes

Host ssh.dev.azure.com
     IdentityFile ~/.ssh/gpg_rsa2048.pub
     PubkeyAcceptedKeyTypes +ssh-rsa
     HostkeyAlgorithms +ssh-rsa
     Port 22
     User git

# Global Config
Host *
     ControlMaster auto
     ControlPersist 1h
     ControlPath /run/user/%i/ssh-%C
