wok diff tinyssh/receipt @ rev 21297
updated libshout and libshout-dev (2.2.1 -> 2.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 17 16:47:19 2019 +0100 (2019-04-17) |
parents | f10c2b5c57d6 |
children | 284b8e871560 |
line diff
1.1 --- a/tinyssh/receipt Thu Mar 15 14:45:35 2018 +0100 1.2 +++ b/tinyssh/receipt Wed Apr 17 16:47:19 2019 +0100 1.3 @@ -31,7 +31,7 @@ 1.4 [ -d $1/etc/tinyssh/sshkeydir ] || 1.5 chroot $1/ tinysshd-makekey /etc/tinyssh/sshkeydir 1.6 grep -q ^ssh $1/etc/inetd.conf || cat >> $1/etc/inetd.conf <<EOT 1.7 -ssh stream tcp nowait root /usr/sbin/tinysshd tinysshd -l -v /etc/tinyssh/sshkeydir 1.8 +ssh stream tcp nowait root /usr/sbin/tinysshd tinysshd -s -o -l -v /etc/tinyssh/sshkeydir -x sftp=/usr/sbin/sftp-server 1.9 EOT 1.10 } 1.11