ssh client needed for kiteshellbox
This commit is contained in:
parent
b90f6131e0
commit
26fda3f39a
|
@ -405,7 +405,7 @@ ircBouncer = propertyList "IRC bouncer" $ props
|
|||
|
||||
kiteShellBox :: Property NoInfo
|
||||
kiteShellBox = propertyList "kitenet.net shellinabox"
|
||||
[ Apt.installed ["openssl", "shellinabox"]
|
||||
[ Apt.installed ["openssl", "shellinabox", "openssh-client"]
|
||||
, File.hasContent "/etc/default/shellinabox"
|
||||
[ "# Deployed by propellor"
|
||||
, "SHELLINABOX_DAEMON_START=1"
|
||||
|
|
Loading…
Reference in New Issue