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
This commit is contained in:
parent
ed403ddfcd
commit
39cce89598
@ -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.
|
* 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.
|
* DSA authentication is enabled by default for maximum compatibility.
|
||||||
NOTE: do not use DSA authentication since it is being phased out for a reason
|
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
|
- the size of DSA keys is limited by the standard to 1024 bits which cannot
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 10:34:53 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
- Remove old conditionals
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 25 12:42:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
Fri Jan 25 12:42:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
@ -8,6 +13,7 @@ Thu Jan 24 15:51:19 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com
|
|||||||
|
|
||||||
- Allow root login by default [bsc#1118114, bsc#1121196]
|
- Allow root login by default [bsc#1118114, bsc#1121196]
|
||||||
* Added/updated previous patch openssh-7.7p1-allow_root_password_login.patch
|
* Added/updated previous patch openssh-7.7p1-allow_root_password_login.patch
|
||||||
|
* Mention the change in README.SUSE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 12:21:40 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
Thu Jan 24 12:21:40 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
@ -17,12 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sandbox_seccomp 0
|
%define sandbox_seccomp 0
|
||||||
%if 0%{?suse_version} > 1220
|
%ifnarch ppc
|
||||||
%define sandbox_seccomp 1
|
%define sandbox_seccomp 1
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc
|
|
||||||
%define sandbox_seccomp 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%bcond_without tirpc
|
%bcond_without tirpc
|
||||||
|
Loading…
Reference in New Issue
Block a user