Go to file
Marcus Meissner dbcbd30908 Accepting request 811897 from home:hpjansson:openssh-8.3
- Version update to 8.3p1:
  = Potentially-incompatible changes
  * sftp(1): reject an argument of "-1" in the same way as ssh(1) and
    scp(1) do instead of accepting and silently ignoring it.
  = New features
  * sshd(8): make IgnoreRhosts a tri-state option: "yes" to ignore
    rhosts/shosts, "no" allow rhosts/shosts or (new) "shosts-only"
    to allow .shosts files but not .rhosts.
  * sshd(8): allow the IgnoreRhosts directive to appear anywhere in a
    sshd_config, not just before any Match blocks.
  * ssh(1): add %TOKEN percent expansion for the LocalFoward and
    RemoteForward keywords when used for Unix domain socket forwarding.
  * all: allow loading public keys from the unencrypted envelope of a
    private key file if no corresponding public key file is present.
  * ssh(1), sshd(8): prefer to use chacha20 from libcrypto where
    possible instead of the (slower) portable C implementation included
    in OpenSSH.
  * ssh-keygen(1): add ability to dump the contents of a binary key
    revocation list via "ssh-keygen -lQf /path".
- Additional changes from 8.2p1 release:
  = Potentially-incompatible changes
  * ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa"
    (RSA/SHA1) algorithm from those accepted for certificate signatures
    (i.e. the client and server CASignatureAlgorithms option) and will
    use the rsa-sha2-512 signature algorithm by default when the
    ssh-keygen(1) CA signs new certificates.
  * ssh(1), sshd(8): this release removes diffie-hellman-group14-sha1
    from the default key exchange proposal for both the client and
    server.
  * ssh-keygen(1): the command-line options related to the generation

OBS-URL: https://build.opensuse.org/request/show/811897
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=211
2020-06-06 06:49:00 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=1 2007-01-07 16:26:05 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=1 2007-01-07 16:26:05 +00:00
cavs_driver-ssh.pl Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-allow_root_password_login.patch Accepting request 668656 from home:pmonrealgonzalez:branches:network 2019-01-28 08:02:07 +00:00
openssh-7.7p1-cavstest-ctr.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-cavstest-kdf.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-disable_openssl_abi_check.patch Accepting request 737034 from home:hpjansson:branches:network 2019-10-10 13:32:50 +00:00
openssh-7.7p1-eal3.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-enable_PAM_by_default.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-fips_checks.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-fips.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-host_ident.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-hostname_changes_when_forwarding_X.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-IPv6_X_forwarding.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-ldap.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-no_fork-no_pid_file.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-pam_check_locks.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-pts_names_formatting.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-remove_xauth_cookies_on_exit.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-seccomp_ipc_flock.patch Accepting request 643660 from home:pmonrealgonzalez:branches:network 2018-10-22 09:08:19 +00:00
openssh-7.7p1-seccomp_stat.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-send_locale.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-sftp_force_permissions.patch - Update openssh-7.7p1-sftp_force_permissions.patch from the 2018-10-19 13:12:48 +00:00
openssh-7.7p1-sftp_print_diagnostic_messages.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-7.7p1-systemd-notify.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-X11_trusted_forwarding.patch Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
openssh-7.7p1-X_forward_with_disabled_ipv6.patch Accepting request 737034 from home:hpjansson:branches:network 2019-10-10 13:32:50 +00:00
openssh-7.9p1-keygen-preserve-perms.patch Accepting request 738490 from home:hpjansson:branches:network 2019-10-15 07:47:08 +00:00
openssh-7.9p1-revert-new-qos-defaults.patch Accepting request 738490 from home:hpjansson:branches:network 2019-10-15 07:47:08 +00:00
openssh-8.0p1-gssapi-keyex.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-8.1p1-audit.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-8.1p1-seccomp-clock_gettime64.patch Accepting request 775237 from home:favogt:branches:network 2020-02-18 15:10:09 +00:00
openssh-8.1p1-seccomp-clock_nanosleep_time64.patch Accepting request 775237 from home:favogt:branches:network 2020-02-18 15:10:09 +00:00
openssh-8.1p1-seccomp-clock_nanosleep.patch Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-8.1p1-use-openssl-kdf.patch Accepting request 779739 from home:hpjansson:branches:network 2020-02-28 12:19:42 +00:00
openssh-8.3p1.tar.gz Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-8.3p1.tar.gz.asc Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh-askpass-gnome.changes Accepting request 716585 from home:favogt:branches:network 2019-07-22 16:43:06 +00:00
openssh-askpass-gnome.spec Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh.changes Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
openssh.keyring Accepting request 810465 from home:AndreasStieger:branches:network 2020-06-03 13:03:53 +00:00
openssh.spec Accepting request 811897 from home:hpjansson:openssh-8.3 2020-06-06 06:49:00 +00:00
README.FIPS Accepting request 432093 from home:pcerny:factory 2016-09-30 20:34:19 +00:00
README.kerberos Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
README.SUSE Accepting request 669019 from home:pmonrealgonzalez:branches:network 2019-01-28 10:41:40 +00:00
ssh-askpass Accepting request 718210 from home:Vogtinator:branches:network 2019-07-24 12:05:07 +00:00
ssh.reg OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=1 2007-01-07 16:26:05 +00:00
sshd-gen-keys-start Accepting request 779739 from home:hpjansson:branches:network 2020-02-28 12:19:42 +00:00
sshd.fw OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=7 2007-07-27 00:01:43 +00:00
sshd.pamd Accepting request 642573 from home:scarabeus_iv:branches:network 2018-10-17 08:57:56 +00:00
sshd.service - Mention upstream bugs on multiple local patches 2018-10-19 13:24:01 +00:00
sysconfig.ssh Accepting request 738490 from home:hpjansson:branches:network 2019-10-15 07:47:08 +00:00

There are following changes in default settings of ssh client and server:

* Accepting and sending of locale environment variables in protocol 2 is
  enabled.

* 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
  be considered safe any more.

* Accepting all RFC4419 specified DH group parameters. See KexDHMin in
  ssh_config and sshd_config manual pages.

For more information on differences in SUSE OpenSSH package see README.FIPS