Age | Commit message (Collapse) | Author |
|
- Add 'status' action to openssh-server init script, requiring lsb-base
(>= 3.2-13) (thanks, Dustin Kirkland).
|
|
closes: #480020).
|
|
closes: #481151).
|
|
glitches (thanks, Petter Reinholdtsen; closes: #481018).
|
|
|
|
SSHD_OOM_ADJUST in /etc/default/ssh to change this (closes: #341767).
|
|
line, e.g. '/etc/init.d/ssh start "-o PermitRootLogin=yes"' (thanks,
Marc Haber; closes: #458547).
|
|
(closes: #453285).
|
|
|
|
|
|
/dev/null has somehow become not a character device (closes: #369964).
|
|
Christian Perrier; closes: #389038).
|
|
exits successfully if sshd is already running (closes: #426858).
|
|
server configuration, as otherwise 'sshd -t' will complain about the
lack of /var/run/sshd (closes: https://launchpad.net/bugs/45234).
|
|
(closes: #39741). openssh-server depends on openssh-client for some
common functionality; it didn't seem worth creating yet another package
for this.
* New transitional ssh package, depending on openssh-client and
openssh-server. May be removed once nothing depends on it.
* When upgrading from ssh to openssh-{client,server}, it's very difficult
for the maintainer scripts to find out what version we're upgrading from
without dodgy dpkg hackery. I've therefore taken the opportunity to move
a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged
and ssh/user_environment_tell.
* In general, upgrading to this version directly from woody without first
upgrading to the version in sarge is not currently guaranteed to work
very smoothly due to the aforementioned version discovery problems.
|