[cfarm-users] Automated deployment across multiple cfarm hosts
Peter Gutmann
pgut001 at cs.auckland.ac.nz
Sun Sep 15 11:40:22 CEST 2024
Jonathan Wakely <jwakely.gcc at gmail.com> writes:
>>cfarm210 is running an ancient version of SSH that requires all sorts of
>>algorithm downgrades to work. This isn't a big deal security-wise, but it
>>does mean adding a pile of overrides to the client-side SSH.
>
>That's an out-of-support version of Solaris, there's a newer Solaris box in
>the farm now.
cfarm216? Already testing on that, but I need to support stuff going back
years if not decades (the oldest setup I know of is from 1998), so it's good
to have older systems still around for regression tests.
For anyone else needing to do this from a script, the magic for SSH is:
SSH_ARGS="-o PubkeyAcceptedAlgorithms=+ssh-rsa -o KexAlgorithms=+diffie-hellman-group-exchange-sha1 -o HostKeyAlgorithms=+ssh-rsa -o StrictHostKeyChecking=no"
>>cfarm210 has a range of Sun/Oracle compilers but no other build tools (make,
>>etc) that I can find.
>
>/opt/csw/bin
I'd looked in there but couldn't find anything (make, ar, strip, etc). There's
g<everything> present, but I was hoping to test with Sun tools to verify the
ability to build on a Sun-only platform.
Or more specifically to function with Sun's interesting interpretation of how
things are supposed to work.
Peter.
More information about the cfarm-users
mailing list