wok diff tinyssh/receipt @ rev 20593
fwbuilder: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 23:50:50 2018 +0100 (2018-12-15) |
parents | f10c2b5c57d6 |
children | 284b8e871560 |
line diff
1.1 --- a/tinyssh/receipt Thu Mar 15 14:45:35 2018 +0100 1.2 +++ b/tinyssh/receipt Sat Dec 15 23:50:50 2018 +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