AuthorizedKeysCommand size issue?

Dag-Erling Smørgrav des at des.no
Tue Apr 15 23:47:04 EST 2014


Damien Miller <djm at mindrot.org> writes:
> Yves Dorfsman <yves at zioup.com> writes:
> > #!/bin/bash
> > curl -s --compressed http://someurl.example.com/pubkeys/$1 >somefile
> > cat somefile
> So curl/wget aren't coping with stdout being non-blocking. Those are
> bugs in curl and wget.  You've got the right workaround, but just
> don't use a predictable filename (i.e. use mktemp).

Shouldn't 'curl ... | cat' suffice?

Or even 'echo "$(curl ...)"'

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the openssh-unix-dev mailing list