efb05e6527
- Update of the underlying OpenSSH to 6.6p1 - update to 6.6p1 Security: * sshd(8): when using environment passing with a sshd_config(5) AcceptEnv pattern with a wildcard. OpenSSH prior to 6.6 could be tricked into accepting any enviornment variable that contains the characters before the wildcard character. Features since 6.5p1: * ssh(1), sshd(8): removal of the J-PAKE authentication code, which was experimental, never enabled and has been unmaintained for some time. * ssh(1): skip 'exec' clauses other clauses predicates failed to match while processing Match blocks. * ssh(1): if hostname canonicalisation is enabled and results in the destination hostname being changed, then re-parse ssh_config(5) files using the new destination hostname. This gives 'Host' and 'Match' directives that use the expanded hostname a chance to be applied. Bugfixes: * ssh(1): avoid spurious "getsockname failed: Bad file descriptor" in ssh -W. bz#2200, debian#738692 * sshd(8): allow the shutdown(2) syscall in seccomp-bpf and systrace sandbox modes, as it is reachable if the connection is terminated during the pre-auth phase. * ssh(1), sshd(8): fix unsigned overflow that in SSH protocol 1 bignum parsing. Minimum key length checks render this bug unexploitable to compromise SSH 1 sessions. * sshd_config(5): clarify behaviour of a keyword that appears in multiple matching Match blocks. bz#2184 OBS-URL: https://build.opensuse.org/request/show/230097 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=76 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
openssh-6.6p1-audit1-remove_duplicit_audit.patch | ||
openssh-6.6p1-audit2-better_audit_of_user_actions.patch | ||
openssh-6.6p1-audit3_fips-key_auth_usage.patch | ||
openssh-6.6p1-audit3-key_auth_usage.patch | ||
openssh-6.6p1-audit4_fips-kex_results.patch | ||
openssh-6.6p1-audit4-kex_results.patch | ||
openssh-6.6p1-audit5-session_key_destruction.patch | ||
openssh-6.6p1-audit6-server_key_destruction.patch | ||
openssh-6.6p1-audit7-libaudit_compat.patch | ||
openssh-6.6p1-audit8-libaudit_dns_timeouts.patch | ||
openssh-6.6p1-blocksigalrm.patch | ||
openssh-6.6p1-default-protocol.patch | ||
openssh-6.6p1-disable-openssl-abi-check.patch | ||
openssh-6.6p1-eal3.patch | ||
openssh-6.6p1-fingerprint_hash.patch | ||
openssh-6.6p1-fips-checks.patch | ||
openssh-6.6p1-fips.patch | ||
openssh-6.6p1-gssapi_key_exchange.patch | ||
openssh-6.6p1-gssapimitm.patch | ||
openssh-6.6p1-host_ident.patch | ||
openssh-6.6p1-key-converter.patch | ||
openssh-6.6p1-lastlog.patch | ||
openssh-6.6p1-ldap.patch | ||
openssh-6.6p1-login_options.patch | ||
openssh-6.6p1-no_fork-no_pid_file.patch | ||
openssh-6.6p1-pam-check-locks.patch | ||
openssh-6.6p1-pam-fix2.patch | ||
openssh-6.6p1-pam-fix3.patch | ||
openssh-6.6p1-pts.patch | ||
openssh-6.6p1-saveargv-fix.patch | ||
openssh-6.6p1-seccomp_getuid.patch | ||
openssh-6.6p1-seed-prng.patch | ||
openssh-6.6p1-send_locale.patch | ||
openssh-6.6p1-sftp_force_permissions.patch | ||
openssh-6.6p1-sftp_homechroot.patch | ||
openssh-6.6p1-X11-forwarding.patch | ||
openssh-6.6p1-X_forward_with_disabled_ipv6.patch | ||
openssh-6.6p1-xauth.patch | ||
openssh-6.6p1-xauthlocalhostname.patch | ||
openssh-6.6p1.tar.gz | ||
openssh-askpass-gnome.changes | ||
openssh-askpass-gnome.spec | ||
openssh.changes | ||
openssh.spec | ||
README.kerberos | ||
README.SuSE | ||
ssh-askpass | ||
ssh.reg | ||
sshd-gen-keys-start | ||
sshd.fw | ||
sshd.init | ||
sshd.pamd | ||
sshd.service | ||
sysconfig.ssh |
This is OpenSSH version 5.6p1. There are following changes in default settings of ssh client: * Accepting and sending of locale environment variables in protocol 2 is enabled. * New host keys will be hashed to and them unusable for malicious people or software trying to use known_hosts to find further hops. * Tunneled clear text passwords are disabled. * PAM authentication is enabled. * Only support for protocol 2 is enabled.