[packages/openssh] allow dsa keys also client side, enable by default

glen glen at pld-linux.org
Tue Oct 6 09:05:10 CEST 2015


commit 0c97474bafebbdc86d13d41624a85cccc55c02e0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Oct 6 10:04:54 2015 +0300

    allow dsa keys also client side, enable by default

 openssh-config.patch | 6 ++++--
 openssh.spec         | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 44d425f..d2aff9f 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:	2
+Release:	3
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
diff --git a/openssh-config.patch b/openssh-config.patch
index e206e23..60275db 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -22,7 +22,7 @@
 +PermitEmptyPasswords no
 +
 +# Allow DSA keys
-+#PubkeyAcceptedKeyTypes +ssh-dss
++PubkeyAcceptedKeyTypes +ssh-dss
  
  # Change to no to disable s/key passwords
  #ChallengeResponseAuthentication yes
@@ -89,7 +89,7 @@
  #   BatchMode no
  #   CheckHostIP yes
  #   AddressFamily any
-@@ -42,3 +45,19 @@
+@@ -42,3 +45,21 @@
  #   VisualHostKey no
  #   ProxyCommand ssh -q -W %h:%p gateway.example.com
  #   RekeyLimit 1G 1h
@@ -107,6 +107,8 @@
 +	ServerAliveInterval 60
 +	ServerAliveCountMax 10
 +	TCPKeepAlive no
++	# Allow DSA keys
++	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/0c97474bafebbdc86d13d41624a85cccc55c02e0



More information about the pld-cvs-commit mailing list