mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
ssh_config: add missing dot
This commit is contained in:
parent
28c2f0b8d8
commit
6fc4b6a29b
@ -22,7 +22,7 @@ Host *
|
|||||||
# Always try public key authentication
|
# Always try public key authentication
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
|
||||||
# Send LANG and LC_* environment variables to the server
|
# Send LANG and LC_* environment variables to the server.
|
||||||
SendEnv LANG LC_*
|
SendEnv LANG LC_*
|
||||||
|
|
||||||
# If the server doesn't reply in "three" pings, connection is dead.
|
# If the server doesn't reply in "three" pings, connection is dead.
|
||||||
|
@ -23,7 +23,7 @@ Host *
|
|||||||
# Always try public key authentication
|
# Always try public key authentication
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
|
||||||
# Send LANG and LC_* environment variables to the server
|
# Send LANG and LC_* environment variables to the server.
|
||||||
SendEnv LANG LC_*
|
SendEnv LANG LC_*
|
||||||
|
|
||||||
# If the server doesn't reply in "three" pings, connection is dead.
|
# If the server doesn't reply in "three" pings, connection is dead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user