summaryrefslogtreecommitdiff
path: root/opensshd.init.in
Commit message (Collapse)AuthorAgeFilesLines
* Replace shell function with ssh-keygen -A.Darren Tucker2021-08-201-21/+1
| | | | | | Prevents the init script in the SysV package from trying (and failing) to generate unsupported key types. Remove now-unused COMMENT_OUT_ECC. ok tim@
* 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-121-0/+4
| | | | ecdsa keys. ok djm.
* - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.Tim Rice2009-11-201-0/+2
| | | | Bug 1628. OK dtucker@
* - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for theDarren Tucker2006-01-301-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-191-0/+82
init script to top level directory.