Pádraig Brady <p...@draigbrady.com> writes:

> Well I thought `wc -L` would do just that?

Yep, I forgot about it...

> I used to have access to a couple of solaris 10 machines,
> which required various tweaks to key selection algorithm settings,
> but unfortunately these no longer seem to work.
> My key doesn't seem to be on cfarm210.cfarm.net unfortunately.
>
> If anyone has access to a solaris 10 machine I can have a look.

I don't see why it wouldn't sync for you since mine works fine. On cfarm
mine says 49/51 synced, is yours the same or greater [1]?

I think you are on on Fedora 42 like me. In my ~/.ssh/config I have
something like this:

    # Compile Farm
    Host *.cfarm.net
      User collinfunk
    
    Host cfarm210.cfarm.net
      KexAlgorithms +diffie-hellman-group-exchange-sha1
      HostKeyAlgorithms +ssh-rsa
      PubkeyAcceptedKeyTypes +ssh-rsa

Without the cfarm210 section you get an error like this:

    $ ssh cfarm210.cfarm.net 
    Unable to negotiate with 213.178.77.185 port 22: no matching host key type 
found. Their offer: ssh-rsa,ssh-dss

Is that what you see?

Collin

[1] https://portal.cfarm.net/sshkey/list/

Reply via email to