From 376202caf2f513d860c6588dc7a30ac22d2dd6e3 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Wed, 6 May 2026 10:37:39 +0200 Subject: [PATCH] chezmoi won't create empty files by default --- home/private_dot_ssh/create_hosts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/home/private_dot_ssh/create_hosts b/home/private_dot_ssh/create_hosts index e69de29..ee016d2 100644 --- a/home/private_dot_ssh/create_hosts +++ b/home/private_dot_ssh/create_hosts @@ -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 +# ``` +# + + +