Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ssh (metapackage).  Seen on ac001.blue; don't know if this is standard on all systems.

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