mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update identity file ordering
This commit is contained in:
@@ -9,3 +9,4 @@ pager: !!null less -R
|
|||||||
# Aliases allow you to create nicknames for gh commands
|
# Aliases allow you to create nicknames for gh commands
|
||||||
aliases:
|
aliases:
|
||||||
co: pr checkout
|
co: pr checkout
|
||||||
|
version: "1"
|
||||||
|
|||||||
@@ -13,6 +13,13 @@ CanonicalizeFallbackLocal yes
|
|||||||
CanonicalDomains systemoverlord.com
|
CanonicalDomains systemoverlord.com
|
||||||
CanonicalizeMaxDots 0
|
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
|
Host *.cloudshell.dev
|
||||||
# Cloudshell hostnames are too long for unix sockets
|
# Cloudshell hostnames are too long for unix sockets
|
||||||
ControlMaster no
|
ControlMaster no
|
||||||
|
|||||||
Reference in New Issue
Block a user