1
0
mirror of https://github.com/Adam-Ant/dotfiles synced 2025-06-13 22:21:12 +00:00

Mega commit to bring up to modern standards

This commit is contained in:
2018-08-10 21:20:11 +01:00
parent 1b0053e218
commit 886b131899
14 changed files with 65 additions and 391 deletions

View File

@ -62,7 +62,7 @@ SSH_DEFAULT_OPTIONS = "-oUseRoaming=no"
# Which options to use by default if no match with SSH_ADD_OPTIONS
# was found. Note that ssh-ident hard codes -t 7200 to prevent your
# keys from remaining in memory for too long.
SSH_ADD_DEFAULT_OPTIONS = "-t 900"
SSH_ADD_DEFAULT_OPTIONS = "-t 1800"
# Output verbosity
# valid values are: LOG_ERROR, LOG_WARN, LOG_INFO, LOG_DEBUG