1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
nicolabelluti 376202caf2 chezmoi won't create empty files by default 2026-05-06 10:37:39 +02:00
+14
View File
@@ -0,0 +1,14 @@
#
# SSH per-host connection settings (user, keys, options, etc.)
#
# Example:
#
# ```
# Host host.example.org
# User user
# IdentityFile ~/.ssh/keys/private-key
# ```
#