X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=openssh-config.patch;h=4aefe885857f6271b35d4a5d7769a004ed46c695;hb=0fab2cabb21ce97f99ead369144d02cdf315decf;hp=8952cd69274ee003bf4254152e3f3fad9b4aede7;hpb=265f833a9a5c1d36c493b94b46bc8421262edb6d;p=packages%2Fopenssh.git diff --git a/openssh-config.patch b/openssh-config.patch index 8952cd6..4aefe88 100644 --- a/openssh-config.patch +++ b/openssh-config.patch @@ -50,8 +50,8 @@ # no default banner path #Banner /some/path -+# Accept locale-related environment variables -+AcceptEnv LANG LC_* LANGUAGE TZ ++# Accept locale-related environment variables, also accept some GIT vars ++AcceptEnv LANG LC_* LANGUAGE TZ GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL + # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server @@ -75,9 +75,9 @@ # CheckHostIP yes # AddressFamily any @@ -42,3 +45,19 @@ - # Tunnel no - # TunnelDevice any:any - # PermitLocalCommand no + # VisualHostKey no + # ProxyCommand ssh -q -W %h:%p gateway.example.com + # RekeyLimit 1G 1h + +Host * + GSSAPIAuthentication yes @@ -92,5 +92,6 @@ + ServerAliveInterval 60 + ServerAliveCountMax 10 + TCPKeepAlive no -+# Send locale-related environment variables -+ SendEnv LANG LC_* LANGUAGE TZ ++# Send locale-related environment variables, also pass some GIT vars ++ SendEnv LANG LC_* LANGUAGE TZ GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL ++ HashKnownHosts yes