Packages used by Blue Light:

Rough notes to edit in somewhere

~/.ssh/config

Standard start of file (proposed):

# User-specific ssh client configuration

# Documentation: ssh_config man page
# Default values (may be explicitly listed below for visibility):
# - Protocol 2 (important; many options are protcol-specific)
# - ServerAliveCountMax 3


Host *
  Compression yes
  Protocol 2 
  SendEnv LANG LC_*
  ServerAliveInterval 15
  ServerAliveCountMax 3