diff options
Diffstat (limited to 'etc')
-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 |