Skip to content

Commit

Permalink
SSH config.d directory support
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Jun 24, 2024
1 parent e598c2a commit 55340b1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions home/.ssh/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Host *
# Ignore configuration values that are not available on all platforms
# or SSH versions.
IgnoreUnknown UseKeychain,AddKeysToAgent
# Ignore configuration values that are not available on all platforms
# or SSH versions.
IgnoreUnknown UseKeychain,AddKeysToAgent,Include

Host *
# Use agent for keys.
AddKeysToAgent yes

Expand All @@ -19,5 +19,8 @@ Host *
Host *.local
# Default to IPv4 to local multicast as there is no promise that local-link
# functions properly in the network we are connected to.

AddressFamily inet

# Include configuration files.
Match all
Include config.d/*.conf

0 comments on commit 55340b1

Please sign in to comment.