mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
unify the two ssh_config files (fix typos)
This commit is contained in:
parent
3fe4e821c2
commit
bbfb63dabd
@ -26,7 +26,7 @@ Host *
|
||||
# and LC_ALL is disabled on purpouse.
|
||||
SendEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TERM TZ
|
||||
|
||||
# If the server doesn't reply in "three" pings, connection is dead.
|
||||
# If the server doesn't reply in three "pings", connection is dead.
|
||||
# Defaults to 3 anyway, but I add it here for clearity and
|
||||
# in case it decides to change in the future.
|
||||
ServerAliveCountMax 3
|
||||
|
@ -37,7 +37,7 @@ Host *
|
||||
|
||||
# OpenSSH 6.8+ - ask all host keys from servers.
|
||||
# I trust the server admins and ways to identify the keys (DNSSEC,
|
||||
# manual)
|
||||
# manual).
|
||||
UpdateHostKeys yes
|
||||
|
||||
# Add undocumented "UseRoaming no" to ssh_config or use
|
||||
|
Loading…
Reference in New Issue
Block a user