]> git.pld-linux.org Git - packages/openssh.git/commitdiff
add sample how to enable dsa keys auto/th/openssh-7.1p1-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 3 Oct 2015 23:19:01 +0000 (02:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 3 Oct 2015 23:19:01 +0000 (02:19 +0300)
openssh-config.patch
openssh.spec

index 51c9878107bb0317ec9cab04c68e6b500f81ee76..e206e23d3d561155465a849ce9b17854dabca3ae 100644 (file)
@@ -9,7 +9,7 @@
  #StrictModes yes
  #MaxAuthTries 6
  #MaxSessions 10
-@@ -50,10 +51,13 @@
+@@ -50,10 +51,16 @@
  #IgnoreUserKnownHosts no
  # Don't read the user's ~/.rhosts and ~/.shosts files
  #IgnoreRhosts yes
  #PermitEmptyPasswords no
 +PasswordAuthentication yes
 +PermitEmptyPasswords no
++
++# Allow DSA keys
++#PubkeyAcceptedKeyTypes +ssh-dss
  
  # Change to no to disable s/key passwords
  #ChallengeResponseAuthentication yes
-@@ -66,6 +67,8 @@
+@@ -66,6 +70,8 @@
  # GSSAPI options
  #GSSAPIAuthentication no
  #GSSAPICleanupCredentials yes
@@ -32,7 +35,7 @@
  
  # Set this to 'yes' to enable PAM authentication, account processing, 
  # and session processing. If this is enabled, PAM authentication will 
-@@ -89,10 +89,12 @@
+@@ -89,10 +92,12 @@
  # If you just want the PAM account and session checks to run without
  # PAM authentication, then enable this but set PasswordAuthentication
  # and ChallengeResponseAuthentication to 'no'.
@@ -47,7 +50,7 @@
  #GatewayPorts no
  #X11Forwarding no
  #X11DisplayOffset 10
-@@ -106,6 +109,9 @@
+@@ -106,6 +112,9 @@
  # no default banner path
  #Banner /some/path
  
@@ -57,7 +60,7 @@
  # override default of no subsystems
  Subsystem     sftp    /usr/libexec/sftp-server
  
-@@ -119,6 +130,10 @@
+@@ -119,6 +133,10 @@
  # override default of no subsystems
  Subsystem     sftp    /usr/libexec/sftp-server
  
index 0007faf5b72d2444518f53adbcebb99bcae7aa52..44d425f89a884818fd583f4c1680b1f60632d209 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:       1
+Release:       2
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
This page took 0.241415 seconds and 4 git commands to generate.