Be a bit less agressive with autossh.

This commit is contained in:
Sebastian Bugge 2025-09-21 21:59:44 +02:00
parent adb35f3300
commit 44e1b15331
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -5,6 +5,9 @@ export EDITOR='nvim'
export NAME='Sebastian Bugge' export NAME='Sebastian Bugge'
export EMAIL='sbugge@proton.me' export EMAIL='sbugge@proton.me'
export AUTOSSH_GATETIME=10
export AUTOSSH_POLL=20
export PATH="/sbin:/usr/sbin:/usr/games:$PATH" export PATH="/sbin:/usr/sbin:/usr/games:$PATH"
# set PATH so it includes user's private bin if it exists # set PATH so it includes user's private bin if it exists