Call for testing: OpenSSH 7.7
Corinna Vinschen
vinschen at redhat.com
Sun Mar 25 06:16:55 AEDT 2018
On Mar 24 07:03, Darren Tucker wrote:
> On 24 March 2018 at 06:42, Darren Tucker <dtucker at dtucker.net> wrote:
> > On 24 March 2018 at 03:03, Corinna Vinschen <vinschen at redhat.com> wrote:
> > [...]
> >> session opened for local user corinna from [UNKNOWN]
> >> received client version 3
> >> debug2: Permitting whitelisted realpath request
> >> debug3: request 1: realpath
> >> realpath "."
> >> debug1: request 1: sent names count 1
> >> Refusing non-whitelisted statvfs request
> >> debug3: request 2: sent status 3
> >> sent status Permission denied
> >> debug1: read eof
> >> session closed for local user corinna from [UNKNOWN]
> >>
> >> Can you please explain what's going on there?
>
> It's something to do with reading the commands from /dev/stdin
> although I don't understand why.
>
> This passes:
>
> --- a/regress/sftp-uri.sh
> +++ b/regress/sftp-uri.sh
> @@ -33,12 +33,13 @@ ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config
> "sftp://${USER}@somehost:${PORT}/${COPY}
> cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
>
> verbose "$tid: put to remote directory (trailing slash)"
> -sftpclean
> -${SFTP} -q -S "$SSH" -F $OBJ/ssh_config -b /dev/stdin \
Why does it not use `-b -'? This is documented as reading the batch
from stdin without the /dev/stdin workaround. I'm not sure ATM why
`-b /dev/stdin' doesn't work here(*), but is it important for the test?
Thanks,
Corinna
(*) likely a bug in Cygwin
--
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20180324/6c461b41/attachment.asc>
More information about the openssh-unix-dev
mailing list