]> git.pld-linux.org Git - packages/openssh.git/blobdiff - openssh-config.patch
sshd-keygen: do not exit as failure if restorecon is missing
[packages/openssh.git] / openssh-config.patch
index e206e23d3d561155465a849ce9b17854dabca3ae..c8140e6417d24b214f58be64e0d0aa683dbe9f49 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,22 @@
  #   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
++#     HostkeyAlgorithms +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
This page took 0.02897 seconds and 4 git commands to generate.