Failure to Launch (was override -q option)

Darren Tucker dtucker at zip.com.au
Sun Jul 21 17:48:49 EST 2013


On Sun, Jul 21, 2013 at 9:24 AM, Damien Miller <djm at mindrot.org> wrote:
> On Sat, 20 Jul 2013, Laurence Marks wrote:
>
>> Hmmmm. I guess I can create a script to run "strace ssh @". I will
>> have to do a bit of tweaking of a few scripts since I don't want to
>> disturb jobs which are currently running happily using openmpi/mpirun
>> to replace ssh.
>
> Maybe something like
>
> #!/bin/sh
> exec strace -ffro ssh.strace ssh "$@"

The other thing that I'd suggest is using 6.2p2 and the newly-added -E
option to write the debug logs to separate files, ie "ssh -E
ssh.$$.log" ...

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list