wok diff tinyssh/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents f10c2b5c57d6
children 284b8e871560
line diff
     1.1 --- a/tinyssh/receipt	Thu Mar 15 14:45:35 2018 +0100
     1.2 +++ b/tinyssh/receipt	Thu Aug 09 12:16:16 2018 +0200
     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