Update identity file ordering

This commit is contained in:
David Tomaschik
2026-01-27 13:33:44 -08:00
parent 243da55c86
commit d50faa1ec6
2 changed files with 8 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ pager: !!null less -R
# Aliases allow you to create nicknames for gh commands
aliases:
co: pr checkout
version: "1"

View File

@@ -13,6 +13,13 @@ CanonicalizeFallbackLocal yes
CanonicalDomains systemoverlord.com
CanonicalizeMaxDots 0
# Identity files
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ecdsa_sk
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_ecdsa
IdentityFile ~/.ssh/id_rsa
Host *.cloudshell.dev
# Cloudshell hostnames are too long for unix sockets
ControlMaster no