Re: AuthorizedKeysCommand size issue?

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



On 2014-04-15 07:47, Dag-Erling Smørgrav wrote:
Damien Miller <djm@xxxxxxxxxxx> writes:
Yves Dorfsman <yves@xxxxxxxxx> 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?

Tried that before, it returns an exit code 141.


Or even 'echo "$(curl ...)"'
Can you completely prevent echo from interpreting $ sign?

--
Yves.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev





[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux