From a0b32034f7c557bcaa38e3610c8a97eeee7a00a8 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 29 Jun 2025 22:28:05 +0200 Subject: Initial commit --- etc/ssh/ssh_config.d/my.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/ssh/ssh_config.d/my.conf (limited to 'etc/ssh') diff --git a/etc/ssh/ssh_config.d/my.conf b/etc/ssh/ssh_config.d/my.conf new file mode 100644 index 0000000..0ed5c8b --- /dev/null +++ b/etc/ssh/ssh_config.d/my.conf @@ -0,0 +1,4 @@ +Host * + UserKnownHostsFile ~/.local/share/ssh/known_hosts + ServerAliveInterval 60 + SetEnv TERM=xterm-256color -- cgit v1.2.3