[packages/openssh] enable in server, disable in client
glen
glen at pld-linux.org
Tue Oct 6 10:33:24 CEST 2015
commit 4cf40faf0857bb30dca5385f60a6bb5078f342b6
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Oct 6 11:33:05 2015 +0300
enable in server, disable in client
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2015-October/024509.html
openssh-config.patch | 2 +-
openssh.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index d2aff9f..2201ca0 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -46,7 +46,7 @@ Summary(ru.UTF-8): OpenSSH - свободная реализация прото
Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
Name: openssh
Version: 7.1p1
-Release: 3
+Release: 4
Epoch: 2
License: BSD
Group: Applications/Networking
diff --git a/openssh-config.patch b/openssh-config.patch
index 60275db..26050c6 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -108,7 +108,7 @@
+ ServerAliveCountMax 10
+ TCPKeepAlive no
+ # Allow DSA keys
-+ PubkeyAcceptedKeyTypes +ssh-dss
++# PubkeyAcceptedKeyTypes +ssh-dss
+# Send locale-related environment variables, also pass some GIT vars
+ SendEnv LANG LC_* LANGUAGE XMODIFIERS TZ GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL
+ HashKnownHosts yes
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/4cf40faf0857bb30dca5385f60a6bb5078f342b6
More information about the pld-cvs-commit
mailing list