]> git.pld-linux.org Git - packages/openssh.git/commitdiff
allow dsa keys also client side, enable by default auto/th/openssh-7.1p1-3
authorElan Ruusamäe <glen@delfi.ee>
Tue, 6 Oct 2015 07:04:54 +0000 (10:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 6 Oct 2015 07:04:54 +0000 (10:04 +0300)
openssh-config.patch
openssh.spec

index e206e23d3d561155465a849ce9b17854dabca3ae..60275dba97c9cb46c4a43d8cc99f12bcdfff9142 100644 (file)
@@ -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
 +      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
index 44d425f89a884818fd583f4c1680b1f60632d209..d2aff9f5199630b9c62b66dae29a4b0f12701c0d 100644 (file)
@@ -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
This page took 0.221457 seconds and 4 git commands to generate.