From 6fc4b6a29b28f3053aba47fe2b7ce5a5906db2c0 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 5 Sep 2015 23:50:31 +0300 Subject: [PATCH] ssh_config: add missing dot --- .mikaela/ssh/config | 2 +- etc/ssh/ssh_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mikaela/ssh/config b/.mikaela/ssh/config index de83330e..2df5774b 100644 --- a/.mikaela/ssh/config +++ b/.mikaela/ssh/config @@ -22,7 +22,7 @@ Host * # Always try public key authentication PubkeyAuthentication yes - # Send LANG and LC_* environment variables to the server + # Send LANG and LC_* environment variables to the server. SendEnv LANG LC_* # If the server doesn't reply in "three" pings, connection is dead. diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 61fb69d7..5d24ae2b 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -23,7 +23,7 @@ Host * # Always try public key authentication PubkeyAuthentication yes - # Send LANG and LC_* environment variables to the server + # Send LANG and LC_* environment variables to the server. SendEnv LANG LC_* # If the server doesn't reply in "three" pings, connection is dead.