From 39cce89598ca27a08217ba1d2c815f67f2f504b250707e35aad8e9e28d62bb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 28 Jan 2019 10:41:40 +0000 Subject: [PATCH] Accepting request 669019 from home:pmonrealgonzalez:branches:network - Remove old conditionals * Mention the change in README.SUSE OBS-URL: https://build.opensuse.org/request/show/669019 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=173 --- README.SUSE | 6 ++++++ openssh.changes | 6 ++++++ openssh.spec | 5 +---- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.SUSE b/README.SUSE index cb1f82b..cd33733 100644 --- a/README.SUSE +++ b/README.SUSE @@ -5,6 +5,12 @@ There are following changes in default settings of ssh client and server: * PAM authentication is enabled and mostly even required, do not turn it off. +* root authentiation with password is enabled by default (PermitRootLogin yes). + NOTE: this has security implications and is only done in order to not change + behaviour of the server in an update. We strongly suggest setting this option + either "prohibit-password" or even better to "no" (which disables direct + remote root login entirely). + * DSA authentication is enabled by default for maximum compatibility. NOTE: do not use DSA authentication since it is being phased out for a reason - the size of DSA keys is limited by the standard to 1024 bits which cannot diff --git a/openssh.changes b/openssh.changes index 8dba4a5..dae0221 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 28 10:34:53 UTC 2019 - Pedro Monreal Gonzalez + +- Remove old conditionals + ------------------------------------------------------------------- Fri Jan 25 12:42:54 UTC 2019 - Pedro Monreal Gonzalez @@ -8,6 +13,7 @@ Thu Jan 24 15:51:19 UTC 2019 - Pedro Monreal Gonzalez diff --git a/openssh.spec b/openssh.spec index 71a8e69..d930044 100644 --- a/openssh.spec +++ b/openssh.spec @@ -17,12 +17,9 @@ %define sandbox_seccomp 0 -%if 0%{?suse_version} > 1220 +%ifnarch ppc %define sandbox_seccomp 1 %endif -%ifarch ppc -%define sandbox_seccomp 0 -%endif %if 0%{?suse_version} >= 1500 %bcond_without tirpc