Accepted openssh 1:5.1p1-1 (source all i386)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 25 Jul 2008 10:45:08 +0100
Source: openssh
Binary: openssh-client openssh-server ssh ssh-krb5 ssh-askpass-gnome openssh-client-udeb openssh-server-udeb
Architecture: source all i386
Version: 1:5.1p1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description:
openssh-client - secure shell client, an rlogin/rsh/rcp replacement
openssh-client-udeb - secure shell client for the Debian installer (udeb)
openssh-server - secure shell server, an rshd replacement
openssh-server-udeb - secure shell server for the Debian installer (udeb)
ssh - secure shell client and server (metapackage)
ssh-askpass-gnome - interactive X program to prompt users for a passphrase for ssh-ad
ssh-krb5 - secure shell client and server (transitional package)
Closes: 139047 140828 308561 352830 372680 439661 474301 484821
Changes:
openssh (1:5.1p1-1) unstable; urgency=low
.
* New upstream release (closes: #474301). Important changes not previously
backported to 4.7p1:
- 4.9/4.9p1 (http://www.openssh.com/txt/release-4.9):
+ Added chroot(2) support for sshd(8), controlled by a new option
"ChrootDirectory" (closes: #139047, LP: #24777).
+ Linked sftp-server(8) into sshd(8). The internal sftp server is used
when the command "internal-sftp" is specified in a Subsystem or
ForceCommand declaration. When used with ChrootDirectory, the
internal sftp server requires no special configuration of files
inside the chroot environment.
+ Added a protocol extension method "posix-rename@openssh.com" for
sftp-server(8) to perform POSIX atomic rename() operations; sftp(1)
prefers this if available (closes: #308561).
+ Removed the fixed limit of 100 file handles in sftp-server(8).
+ ssh(8) will now skip generation of SSH protocol 1 ephemeral server
keys when in inetd mode and protocol 2 connections are negotiated.
This speeds up protocol 2 connections to inetd-mode servers that
also allow Protocol 1.
+ Accept the PermitRootLogin directive in a sshd_config(5) Match
block. Allows for, e.g. permitting root only from the local network.
+ Reworked sftp(1) argument splitting and escaping to be more
internally consistent (i.e. between sftp commands) and more
consistent with sh(1). Please note that this will change the
interpretation of some quoted strings, especially those with
embedded backslash escape sequences.
+ Support "Banner=none" in sshd_config(5) to disable sending of a
pre-login banner (e.g. in a Match block).
+ ssh(1) ProxyCommands are now executed with $SHELL rather than
/bin/sh.
+ ssh(1)'s ConnectTimeout option is now applied to both the TCP
connection and the SSH banner exchange (previously it just covered
the TCP connection). This allows callers of ssh(1) to better detect
and deal with stuck servers that accept a TCP connection but don't
progress the protocol, and also makes ConnectTimeout useful for
connections via a ProxyCommand.
+ scp(1) incorrectly reported "stalled" on slow copies (closes:
#140828).
+ scp(1) date underflow for timestamps before epoch.
+ ssh(1) used the obsolete SIG DNS RRtype for host keys in DNS,
instead of the current standard RRSIG.
+ Correctly drain ACKs when a sftp(1) upload write fails midway,
avoids a fatal() exit from what should be a recoverable condition.
+ Fixed ssh-keygen(1) selective host key hashing (i.e. "ssh-keygen -HF
hostname") to not include any IP address in the data to be hashed.
+ Make ssh(1) skip listening on the IPv6 wildcard address when a
binding address of 0.0.0.0 is used against an old SSH server that
does not support the RFC4254 syntax for wildcard bind addresses.
+ Enable IPV6_V6ONLY socket option on sshd(8) listen socket, as is
already done for X11/TCP forwarding sockets (closes: #439661).
+ Fix FD leak that could hang a ssh(1) connection multiplexing master.
+ Make ssh(1) -q option documentation consistent with reality.
+ Fixed sshd(8) PAM support not calling pam_session_close(), or
failing to call it with root privileges (closes: #372680).
+ Fix activation of OpenSSL engine support when requested in configure
(LP: #119295).
+ Cache SELinux status earlier so we know if it's enabled after a
chroot (LP: #237557).
- 5.1/5.1p1 (http://www.openssh.com/txt/release-5.1):
+ Introduce experimental SSH Fingerprint ASCII Visualisation to ssh(1)
and ssh-keygen(1). Visual fingerprint display is controlled by a new
ssh_config(5) option "VisualHostKey". The intent is to render SSH
host keys in a visual form that is amenable to easy recall and
rejection of changed host keys.
+ sshd_config(5) now supports CIDR address/masklen matching in "Match
address" blocks, with a fallback to classic wildcard matching.
+ sshd(8) now supports CIDR matching in ~/.ssh/authorized_keys
from="..." restrictions, also with a fallback to classic wildcard
matching.
+ Added an extended test mode (-T) to sshd(8) to request that it write
its effective configuration to stdout and exit. Extended test mode
also supports the specification of connection parameters (username,
source address and hostname) to test the application of
sshd_config(5) Match rules.
+ ssh(1) now prints the number of bytes transferred and the overall
connection throughput for SSH protocol 2 sessions when in verbose
mode (previously these statistics were displayed for protocol 1
connections only).
+ sftp-server(8) now supports extension methods statvfs@openssh.com
and fstatvfs@openssh.com that implement statvfs(2)-like operations.
+ sftp(1) now has a "df" command to the sftp client that uses the
statvfs@openssh.com to produce a df(1)-like display of filesystem
space and inode utilisation (requires statvfs@openssh.com support on
the server).
+ Added a MaxSessions option to sshd_config(5) to allow control of the
number of multiplexed sessions supported over a single TCP
connection. This allows increasing the number of allowed sessions
above the previous default of 10, disabling connection multiplexing
(MaxSessions=1) or disallowing login/shell/subsystem sessions
entirely (MaxSessions=0).
+ Added a no-more-sessions@openssh.com global request extension that
is sent from ssh(1) to sshd(8) when the client knows that it will
never request another session (i.e. when session multiplexing is
disabled). This allows a server to disallow further session requests
and terminate the session in cases where the client has been
hijacked.
+ ssh-keygen(1) now supports the use of the -l option in combination
with -F to search for a host in ~/.ssh/known_hosts and display its
fingerprint.
+ ssh-keyscan(1) now defaults to "rsa" (protocol 2) keys, instead of
"rsa1" (LP: #129794).
+ Added an AllowAgentForwarding option to sshd_config(8) to control
whether authentication agent forwarding is permitted. Note that this
is a loose control, as a client may install their own unofficial
forwarder.
+ ssh(1) and sshd(8): avoid unnecessary malloc/copy/free when
receiving network data, resulting in a ~10% speedup.
+ ssh(1) and sshd(8) will now try additional addresses when connecting
to a port forward destination whose DNS name resolves to more than
one address. The previous behaviour was to try the only first
address and give up if that failed.
+ ssh(1) and sshd(8) now support signalling that channels are
half-closed for writing, through a channel protocol extension
notification "eow@openssh.com". This allows propagation of closed
file descriptors, so that commands such as "ssh -2 localhost od
/bin/ls | true" do not send unnecessary data over the wire.
+ sshd(8): increased the default size of ssh protocol 1 ephemeral keys
from 768 to 1024 bits.
+ When ssh(1) has been requested to fork after authentication ("ssh
-f") with ExitOnForwardFailure enabled, delay the fork until after
replies for any -R forwards have been seen. Allows for robust
detection of -R forward failure when using -f.
+ "Match group" blocks in sshd_config(5) now support negation of
groups. E.g. "Match group staff,!guests".
+ sftp(1) and sftp-server(8) now allow chmod-like operations to set
set[ug]id/sticky bits.
+ The MaxAuthTries option is now permitted in sshd_config(5) match
blocks.
+ Multiplexed ssh(1) sessions now support a subset of the ~ escapes
that are available to a primary connection.
+ ssh(1) connection multiplexing will now fall back to creating a new
connection in most error cases (closes: #352830).
+ Make ssh(1) deal more gracefully with channel requests that fail.
Previously it would optimistically assume that requests would always
succeed, which could cause hangs if they did not (e.g. when the
server runs out of file descriptors).
+ ssh(1) now reports multiplexing errors via the multiplex slave's
stderr where possible (subject to LogLevel in the mux master).
+ Fixed an UMAC alignment problem that manifested on Itanium
platforms.
* Remove our local version of moduli(5) now that there's one upstream.
* Say "GTK+" rather than "GTK" in ssh-askpass-gnome's description.
* Add lintian overrides for empty /usr/share/doc/openssh-client
directories in openssh-server and ssh (necessary due to being symlink
targets).
* Merge from Ubuntu:
- Add 'status' action to openssh-server init script, requiring lsb-base
(>= 3.2-13) (thanks, Dustin Kirkland).
* debconf template translations:
- Update Korean (thanks, Sunjae Park; closes: #484821).
Checksums-Sha1:
c8c6bb5981f6f8108054eac38451b544296ba009 1500 openssh_5.1p1-1.dsc
877ea5b283060fe0160e376ea645e8e168047ff5 1040041 openssh_5.1p1.orig.tar.gz
a13b33198311a9d403992bf53f09faeac5634580 214120 openssh_5.1p1-1.diff.gz
467947caacaca81036841bf3f368731dfc18f5c1 1206 ssh_5.1p1-1_all.deb
3d859e826ea309371c60d83dccfee5b439764f08 114844 ssh-krb5_5.1p1-1_all.deb
f2f54d002a0abc55283497f7dd12cc70411e6781 815350 openssh-client_5.1p1-1_i386.deb
0517c5027a5ea7b574f9a51f8d166fa36c90b761 295008 openssh-server_5.1p1-1_i386.deb
323debe88ad239db11187f8a06be8be497ea13b6 122382 ssh-askpass-gnome_5.1p1-1_i386.deb
cb33ab587eea0526201f2f652edcbdb4005ddde6 177202 openssh-client-udeb_5.1p1-1_i386.udeb
a063c7dfb67eb0b96a901eabbca537d61431d584 198852 openssh-server-udeb_5.1p1-1_i386.udeb
Checksums-Sha256:
d05258f00a6c275b4548ade321fbbce6a796aa479dec3a557639d39097076e4c 1500 openssh_5.1p1-1.dsc
f05358164dae1021386ae57be53a5e9f5cba7a1f8c9beaa428299e28a5666d75 1040041 openssh_5.1p1.orig.tar.gz
4b1144e49c1d4ab950145a1ebf8d372638d58261a63dc9bc044e4962518db3a1 214120 openssh_5.1p1-1.diff.gz
0c7dc0813dcf64ba38b0965a1b2b5b90ed23ffd07d4040f53918b7140afc4ae0 1206 ssh_5.1p1-1_all.deb
b2f7f097eb40eadcc83ff163cf5dc2b9a3ba97b3673dbbd90ac7523999883e43 114844 ssh-krb5_5.1p1-1_all.deb
51ce4692a980ceb83c8250e95bdca21866ac1530b5c69d1f5df5e5a731ed558e 815350 openssh-client_5.1p1-1_i386.deb
5d1f79e2b278f22485798594a581af51f803ae3cd503253cb4cbbf5feb101a99 295008 openssh-server_5.1p1-1_i386.deb
8e4bbfe01f227bc5282903f02cf853c0ee003ef6eed9248a34c64779b8f7d514 122382 ssh-askpass-gnome_5.1p1-1_i386.deb
323184cb70d1a61a84ccb89d73ff558a23aaa69430aaad95e9aab095ef08c328 177202 openssh-client-udeb_5.1p1-1_i386.udeb
116ae9486a1c58f22bf7251fd6c661858a6ed3685c6d6f8bc5e25ed4c09f4e2d 198852 openssh-server-udeb_5.1p1-1_i386.udeb
Files:
2166af53b7b0fb34b23218a9395bf6f7 1500 net standard openssh_5.1p1-1.dsc
03f2d0c1b5ec60d4ac9997a146d2faec 1040041 net standard openssh_5.1p1.orig.tar.gz
fb6317565972cb09e6beb301b780cc26 214120 net standard openssh_5.1p1-1.diff.gz
cbab682f6b816555e5eb7d83130a543b 1206 net extra ssh_5.1p1-1_all.deb
0483c632cf55f00b09cc09f2fd19a6cb 114844 net extra ssh-krb5_5.1p1-1_all.deb
e68b33b392e16ffbd855f3f510a9efe1 815350 net standard openssh-client_5.1p1-1_i386.deb
471b5e28da8e523e50272e0c29397f11 295008 net optional openssh-server_5.1p1-1_i386.deb
4af11b9ae4805aa003a281fe62733fbd 122382 gnome optional ssh-askpass-gnome_5.1p1-1_i386.deb
ffdaa5b71ad86d00b3527089c6465567 177202 debian-installer optional openssh-client-udeb_5.1p1-1_i386.udeb
59a0eb559d2dba9af89d70442899130a 198852 debian-installer optional openssh-server-udeb_5.1p1-1_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson@debian.org> -- Debian developer
iD8DBQFIiamE9t0zAhD6TNERAk+XAJ4yXzCiK2pnE/1ga4D/yLxl5eWI/gCfd+aF
B5ovP8Hq1UtPPt2SNUky5rE=
=wxkj
-----END PGP SIGNATURE-----
Accepted:
openssh-client-udeb_5.1p1-1_i386.udeb
to pool/main/o/openssh/openssh-client-udeb_5.1p1-1_i386.udeb
openssh-client_5.1p1-1_i386.deb
to pool/main/o/openssh/openssh-client_5.1p1-1_i386.deb
openssh-server-udeb_5.1p1-1_i386.udeb
to pool/main/o/openssh/openssh-server-udeb_5.1p1-1_i386.udeb
openssh-server_5.1p1-1_i386.deb
to pool/main/o/openssh/openssh-server_5.1p1-1_i386.deb
openssh_5.1p1-1.diff.gz
to pool/main/o/openssh/openssh_5.1p1-1.diff.gz
openssh_5.1p1-1.dsc
to pool/main/o/openssh/openssh_5.1p1-1.dsc
openssh_5.1p1.orig.tar.gz
to pool/main/o/openssh/openssh_5.1p1.orig.tar.gz
ssh-askpass-gnome_5.1p1-1_i386.deb
to pool/main/o/openssh/ssh-askpass-gnome_5.1p1-1_i386.deb
ssh-krb5_5.1p1-1_all.deb
to pool/main/o/openssh/ssh-krb5_5.1p1-1_all.deb
ssh_5.1p1-1_all.deb
to pool/main/o/openssh/ssh_5.1p1-1_all.deb