aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssh/sshd.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/openssh: modernize runscriptJakub Jirutka2018-04-121-38/+48
|
* main/openssh: Fix pid dir expectation in confd and initd files.Przemyslaw Pawelczyk2016-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Since commit 71eb72d62425082850604f526dbcbfdcf2808c31 (2016-03-13, pre-v3.4) openssh is build with pid dir explicitly set to /run. The change was not reflected in sshd.confd or sshd.initd, though, and sadly not even in the commit message. (Before it was set implicitly to /var/run.) /var/run and /run semantics are the same, but AL does not truly guarantee (at least yet) that the first is symlinked to the latter (which is a common practice among Linux distributions nowadays, where /run is tmpfs mounted very early - in AL openrc's init.sh does that). alpine-baselayout package simply has run and var/run directories and they are not related in any way from the package point of view. Unless you create such symlink yourself or it is created via openrc's boot service bootmisc (performing /var/run -> /run migration and some other stuff), you cannot use /var/run/ and /run/ paths interchangeably. The patch should be applied to 3.4-stable branch too (without changing pkgver used there and with proper pkgrel increment, of course). I was seeing false crashed state next to sshd in rc-status after upgrading AL from 3.3 to 3.4 on machine where bootmisc is not used. (I don't think it's a grave enough lack to warrant patch rejection.)
* main/openssh: Added description to init.d scriptDaniele Coli2015-10-221-0/+4
|
* main/openssh: add support for disable keygenNatanael Copa2015-05-211-33/+34
| | | | | | | | | Add support for SSHD_DISABLE_KEYGEN in /etc/conf.d/sshd to make it possible disable host key generation at startup. Also sync with gentoo's init.d script fixes #4171
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/openssh: generate ed25519 host keyEivind Uggedal2014-04-041-1/+1
|
* main/openssh: fix init.d scriptNatanael Copa2012-01-191-14/+15
| | | | | - properly kill established ssh connections on shutdown - do not use $opts in init.d script. ref #943
* main/openssh: do not try kill nonexisting sshd session on shutdownNatanael Copa2011-10-211-1/+3
| | | | | Fixes the error message on shutdown: sh: you need to specify whom to kill
* main/openssh: drop connections on reboot/haltMatt Smith2011-03-311-0/+7
|
* main/openssh: generate ecdsa host keyNatanael Copa2011-02-261-15/+19
|
* main/openssh: start service after firewallNatanael Copa2009-09-151-0/+1
|
* move core/* to main/Natanael Copa2009-07-231-0/+80
added maintainer to several packages as well