Added example files for XDG user directory paths

This commit is contained in:
Alex Tavarez
2025-09-05 18:34:36 -04:00
parent 2e7020ee71
commit 8283992e9c
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
Host local
HostName localhost
Port 22
# IdentitiesOnly yes
# IdentityFile ~/.ssh/*.ppk
# AddKeysToAgent yes
Host local.me
HostName localhost
Port 22
# User admin
# IdentitiesOnly yes
# IdentityFile ~/.ssh/*.ppk
# AddKeysToAgent yes
Host *.local.local
HostName localhost
# IdentitiesOnly yes
# IdentityFile ~/.ssh/*.ppk
# AddKeysToAgent yes
Host ip4.local.local
# HostName 127.0.0.1
Port 22
AddressFamily inet
Host ip6.local.local
# HostName ::1
Port 22
AddressFamily inet6