Age | Commit message (Expand) | Author |
2016-12-26 | Start handling /etc/ssh/sshd_config using ucf. | Colin Watson |
2016-12-24 | Move PermitRootLogin handling into create_sshdconfig. | Colin Watson |
2016-12-23 | Remove entries related to protocol 1 from the default sshd_config generated o... | Colin Watson |
2016-07-22 | Stop generating DSA host keys by default (thanks, Santiago Vila; closes: #823... | Colin Watson |
2016-01-17 | Remove protocol 1 host key generation from openssh-server.postinst (closes: #... | Colin Watson |
2015-11-29 | New upstream release (7.1p1). | Colin Watson |
2015-11-29 | Change "PermitRootLogin without-password" to the new preferred spelling of "P... | Colin Watson |
2015-04-19 | Silence confusing messages if Upstart is installed but not active | Martin Pitt |
2015-03-22 | Revert LC_* configuration change (closes: #780797). | Colin Watson |
2014-11-06 | Send/accept only specific known LC_* variables, rather than using a wildcard ... | Colin Watson |
2014-11-03 | Assume that dpkg-statoverride exists and drop the test for an obsolete compat... | Colin Watson |
2014-09-20 | Show fingerprints of new keys after creating them in the postinst (closes: #7... | Colin Watson |
2014-06-28 | Make get_config_option more robust against trailing whitespace (thanks, LaMon... | Colin Watson |
2014-03-27 | Change to "PermitRootLogin without-password" for new installations | Colin Watson |
2014-02-13 | Remove code related to non-dependency-based sysv-rc ordering, since that is n... | Colin Watson |
2014-02-12 | Reorder transition code by guard version. | Colin Watson |
2014-02-12 | Bump guard version for sysvinit->systemd transition to 1:6.5p1-3; we may have... | Colin Watson |
2014-02-12 | Fix sysvinit->systemd transition code | Colin Watson |
2014-02-11 | Only enable ssh.service for systemd, not both ssh.service and ssh.socket. Th... | Colin Watson |
2014-02-10 | Add systemd support (thanks, Sven Joachim; closes: #676830). | Colin Watson |
2014-02-10 | Generate ED25519 host keys on fresh installations. | Colin Watson |
2013-11-12 | Increase ServerKeyBits value in package-generated sshd_config to 1024 | Colin Watson |
2013-06-13 | Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts and | Colin Watson |
2013-06-06 | Set SELinux context on private host keys as well as public host keys | Colin Watson |
2013-05-22 | If the running init daemon is Upstart, then, on the first upgrade to | Colin Watson |
2013-05-22 | * Remove the check for vulnerable host keys; this was first added five | Colin Watson |
2013-05-22 | Switch to new unified layout for Upstart jobs as documented in | Colin Watson |
2012-11-26 | Merge Upstart job scripting support from Ubuntu, to handle the Upstart job be... | Colin Watson |
2011-04-04 | Remove unreachable code from openssh-server.postinst. | Colin Watson |
2011-01-24 | Generate ECDSA host keys. These will only be used on fresh | Colin Watson |
2010-12-26 | Touch /var/run/sshd/.placeholder in the preinst so that /var/run/sshd, | Colin Watson |
2010-04-28 | Drop IDEA key check; I don't think it works properly any more due to | Colin Watson |
2010-03-31 | Drop most of our "LogLevel SILENT" (-qq) patch. This was originally | Colin Watson |
2010-01-04 | Refer to sshd_config(5) rather than sshd(8) in postinst-written | Colin Watson |
2010-01-02 | Remove init script stop link in rc1, as killprocs handles it already. | Colin Watson |
2010-01-02 | Cope with insserv reordering of init script links. | Colin Watson |
2010-01-02 | Remove ssh/new_config, only needed for direct upgrades from potato which | Colin Watson |
2009-07-31 | Use 'which' rather than 'type' in maintainer scripts. | Colin Watson |
2008-05-12 | * Mitigate OpenSSL security vulnerability: | Colin Watson |
2008-04-04 | Rename KeepAlive to TCPKeepAlive in sshd_config, cleaning up from old | Colin Watson |
2008-02-08 | * Move /etc/pam.d/ssh to /etc/pam.d/sshd, allowing us to stop defining | Colin Watson |
2007-12-24 | * Remove the hideously old /etc/ssh/primes on upgrade (closes: #123013). | Colin Watson |
2007-06-12 | stop link for rc1; fix function call | Colin Watson |
2007-06-12 | * Move init script start links to S16, and remove stop links altogether | Colin Watson |
2006-12-23 | fix disable_config_option to actually work | Colin Watson |
2006-12-23 | * Make GSSAPICleanupCreds a compatibility alias for | Colin Watson |
2006-12-06 | * When installing openssh-client or openssh-server from scratch, remove | Colin Watson |
2006-12-06 | * Create transitional ssh-krb5 package which enables GSSAPI configuration | Colin Watson |
2006-11-20 | * Ignore errors from usermod when changing sshd'\''s shell, since it will | Colin Watson |
2006-07-26 | silence grep output | Colin Watson |