diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-06-29 22:28:05 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-06-29 22:47:23 +0200 |
commit | a0b32034f7c557bcaa38e3610c8a97eeee7a00a8 (patch) | |
tree | 3f4f1b7252958ccd8fa3158a35aeb34cdacf94c1 /etc/ssh/ssh_config.d/my.conf | |
download | sleipner-a0b32034f7c557bcaa38e3610c8a97eeee7a00a8.tar.gz |
Initial commit
Diffstat (limited to 'etc/ssh/ssh_config.d/my.conf')
-rw-r--r-- | etc/ssh/ssh_config.d/my.conf | 4 |
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 |