summaryrefslogtreecommitdiffstats
path: root/opensshd.init.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove RSA1 host key generation.Darren Tucker2017-12-011-4/+0
| | | | | SSH1 support is now gone, remove SSH1 key generation. Patch from eb at emlix.com.
* modified: configure.ac opensshd.init.inTim Rice2016-08-011-3/+3
| | | | | Skip generating missing RSA1 key on startup unless ssh1 support is enabled. Spotted by Jean-Pierre Radley
* 20140314Tim Rice2014-03-141-0/+4
| | | | - (tim) [opensshd.init.in] Add support for ed25519
* - (tim) [Makefile.in configure.ac opensshd.init.in] Add support for generatingTim Rice2011-01-131-0/+4
| | | | ecdsa keys. ok djm.
* - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.Tim Rice2009-11-211-0/+2
| | | | Bug 1628. OK dtucker@
* - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for theDarren Tucker2006-01-291-1/+1
| | | | opensshd.init script interpretter if /sbin/sh does not exist. ok tim@
* - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshdTim Rice2004-06-201-0/+82
init script to top level directory.