summaryrefslogtreecommitdiff
path: root/etc/ssh/ssh_config.d
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-06-29 22:28:05 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-06-29 22:47:23 +0200
commita0b32034f7c557bcaa38e3610c8a97eeee7a00a8 (patch)
tree3f4f1b7252958ccd8fa3158a35aeb34cdacf94c1 /etc/ssh/ssh_config.d
downloadsleipner-a0b32034f7c557bcaa38e3610c8a97eeee7a00a8.tar.gz
Initial commit
Diffstat (limited to 'etc/ssh/ssh_config.d')
-rw-r--r--etc/ssh/ssh_config.d/my.conf4
1 files changed, 4 insertions, 0 deletions
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