diff --git a/.mikaela/ssh/config b/.mikaela/ssh/config index f2a3d4f5..79f9c246 100644 --- a/.mikaela/ssh/config +++ b/.mikaela/ssh/config @@ -2,7 +2,7 @@ # access, but they should require SSH key authentication anyway. Host * - # Path for the control socket + # Path for the control socket. ControlPath /tmp/SSH_%u-%r.%h.%p # Multiple sessions over single connection ControlMaster yes @@ -19,7 +19,7 @@ Host * LogLevel VERBOSE Protocol 2 - # Always try public key authentication + # Always try public key authentication. PubkeyAuthentication yes # Send LANG, LANGUAGE and LC_* environment variables to the server. @@ -35,7 +35,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 # Verify SSHFP records. In case DNSSEC is used this skips the diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 3739e540..e968feb7 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -3,7 +3,7 @@ # without host specific options. Host * - # Path for the control socket + # Path for the control socket. ControlPath /tmp/SSH_%u-%r.%h.%p # Multiple sessions over single connection ControlMaster yes @@ -20,13 +20,13 @@ Host * LogLevel VERBOSE Protocol 2 - # Always try public key authentication + # Always try public key authentication. PubkeyAuthentication yes # Send LANG, LANGUAGE and LC_* environment variables to the server. SendEnv LANG LANGUAGE 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. # Defaults to 3 anyway, but I add it here for clearity and # in case it decides to change in the future. ServerAliveCountMax 3