XPost: uk.comp.os.linux   
   From: cl@isbd.net   
      
   Java Jive wrote:   
   >   
   > ... results in the output appended. Can anyone help explain what is   
   > going wrong and help fix the problem? My first suspicion is that a   
   > newer version of ssh in the Ubuntu 22 builds is not accepting the older   
   > keys accepted by Ubuntu 18, so, if this is true, I need to know what   
   > configuration changes to make in /etc/ssh_config to get backward   
   > compatibility. Nothing leaps out at me from reading the online manual   
   > and so far searches have produced the usual advice about how to set up   
   > public key use, and the standard advice to try when it goes wrong, all   
   > of which I've done. I've not yet found anything covering this exact   
   > situation.   
   >   
   If it is a mismatch in what key types are accepted you'll need   
   something like this (this is a section from my ~/.ssh/config):-   
      
    #   
    #   
    # D-Link NAS, not in use at the moment but the configuration for an old ssh   
    # version is good to know   
    #   
    Host dlink dlink-5CA453   
    HostName dlink-5CA453.zbmc.eu   
    HostKeyAlgorithms=+ssh-dss   
      
   --   
   Chris Green   
   Ā·   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|