From 260098d74d7e3a504d6c6663ceaad3352db92e7b Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 30 Jun 2025 19:12:03 +0200 Subject: ssh: add garm host --- etc/ssh/ssh_config.d/my.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/ssh') diff --git a/etc/ssh/ssh_config.d/my.conf b/etc/ssh/ssh_config.d/my.conf index 0ed5c8b..0fb33c6 100644 --- a/etc/ssh/ssh_config.d/my.conf +++ b/etc/ssh/ssh_config.d/my.conf @@ -2,3 +2,6 @@ Host * UserKnownHostsFile ~/.local/share/ssh/known_hosts ServerAliveInterval 60 SetEnv TERM=xterm-256color + +Host garm + Hostname magnusson.space -- cgit v1.2.3