From 232f53c01eead30e7a6cdfe87d10eb5896df7524 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Sun, 3 Aug 2025 20:05:26 +0000 Subject: [PATCH] simplify ssh config --- chezmoi.roots/_home/private_dot_ssh/config | 8 ++++++++ chezmoi.roots/_home/private_dot_ssh/config.d/.keep | 0 2 files changed, 8 insertions(+) create mode 100644 chezmoi.roots/_home/private_dot_ssh/config create mode 100644 chezmoi.roots/_home/private_dot_ssh/config.d/.keep diff --git a/chezmoi.roots/_home/private_dot_ssh/config b/chezmoi.roots/_home/private_dot_ssh/config new file mode 100644 index 0000000..98f9144 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_ssh/config @@ -0,0 +1,8 @@ +Include config.d/* + +Host kateryna.out + HostName szk.li + Port 8080 + User sz + +# vim: set ft=sshconfig sw=4 sts=4 et: diff --git a/chezmoi.roots/_home/private_dot_ssh/config.d/.keep b/chezmoi.roots/_home/private_dot_ssh/config.d/.keep new file mode 100644 index 0000000..e69de29