Call for testing: OpenSSH 9.7
Tim Rice
tim at multitalents.net
Sun Mar 10 06:19:00 AEDT 2024
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 at multitalents.net
More information about the openssh-unix-dev
mailing list