On Sat, 9 Mar 2024, Tom G. Christensen wrote: [snip] > Running the testsuite on Solaris 9 I see this: [snip] > /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if > /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_crnl.prv | > diff - /export/home/tgc/buildpkg/openss > h/src/openssh-git/regress/rsa_openssh.prv ; \ > fi > + /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key > + grep -q > Usage: grep [OPTION]... PATTERN [FILE]... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ On Solaris, /usr/bin/grep does not understand the -q option. Better to have your PATH pick up /usr/xpg4/bin/grep which does. > Try 'grep --help' for more information. > + ssh-rsa > /bin/sh: ssh-rsa: not found > > and the same for ssh-dss. > > The issue is that /bin/sh is sensitive to the ^ character. It either needs to > be escaped or the string quoted. > -- Tim Rice Multitalents tim@xxxxxxxxxxxxxxxx _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev