diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-31 21:35:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-31 21:35:30 +0000 |
commit | 4de0bed66ac9fc4400ac61cd2154be2a002dd719 (patch) | |
tree | 31a58f24990354ed472f59179445e4639e59ba0d /layout/rootfs | |
parent | 3630d00f25b383088579cf2b4194988546de0ae0 (diff) | |
download | lh-bootstrap-4de0bed66ac9fc4400ac61cd2154be2a002dd719.tar.xz |
Fix sshd-4 run script. And it works.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'layout/rootfs')
-rwxr-xr-x | layout/rootfs/etc/s6-rc/source-base/sshd-4/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/run b/layout/rootfs/etc/s6-rc/source-base/sshd-4/run index 324b73e..f22065e 100755 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/run +++ b/layout/rootfs/etc/s6-rc/source-base/sshd-4/run @@ -1,6 +1,6 @@ #!/command/execlineb -S1 fdmove -c 2 1 fdmove 1 3 -s6-tcpserver -v 2 -1 -- 10.0.2.1 22 +s6-tcpserver -v -1 -- 10.0.2.1 22 s6-tcpserver-access -v 2 -Hl0 -t 5000 -i data/rules -- dropbear -i -K 60 |