[rancid] Issues with the latest version of OpenSSH and Rancid 3.2-2.

Lee ler762 at gmail.com
Mon Dec 28 22:14:43 UTC 2015


On 12/28/15, Sebastien.Boulianne at cpu.ca <Sebastien.Boulianne at cpu.ca> wrote:
> WOW. Thanks for your very fast answer. It's appreciate.
> It works perfectly...
>
> AND for that, do you have a clue Lee ?
>
> bin/flogin b.10.10.84.8
> b.10.10.84.8
> spawn ssh -1 -c aes256-cbc -x -l admin b.10.10.84.8
> ssh1 is not supported
>
> Error: Couldn't login

You can try adding this line to your ~/.ssh/config

Protocol 2

and see if [whatever the device is] does ssh v2.  If no, you're
probably stuck trying to find the openssh release notes & figuring out
how to enable v1 again..


Another problem I had after upgrading openssh, but darn if I can
remember what it was, was either fixed or worked-around by adding

KexAlgorithms +diffie-hellman-group1-sha1

to my ~/.ssh/config

Regards,
Lee


>
> Sébastien Boulianne
>
> -----Message d'origine-----
> De : Lee [mailto:ler762 at gmail.com]
> Envoyé : 28 décembre 2015 15:55
> À : Sebastien Boulianne <Sebastien.Boulianne at cpu.ca>
> Cc : rancid-discuss at shrubbery.net
> Objet : Re: [rancid] Issues with the latest version of OpenSSH and Rancid
> 3.2-2.
>
> Hi,
>
> On 12/28/15, Sebastien.Boulianne at cpu.ca <Sebastien.Boulianne at cpu.ca> wrote:
>> Hi all,
>>
>> I upgraded my debian os to the latest version and I saw there is an
>> issue with the latest version of OpenSSH.
>>
>> dpkg -l | grep openssh
>> ii  openssh-client                   1:7.1p1-5                    amd64
>>   secure shell (SSH) client, for secure access to remote machines
>> ii  openssh-server                   1:7.1p1-5                    amd64
>>   secure shell (SSH) server, for secure access from remote machines
>> ii  openssh-sftp-server              1:7.1p1-5                    amd64
>>   secure shell (SSH) sftp server module, for SFTP access from remote
>> machine
>>
>> I got this error...
>>
>> bin/flogin tr.1
>> tr.1
>> spawn ssh -c 3des -x -l cpu_backup tr.1 Unknown cipher type '3des'
>>
>> Error: Couldn't login
>>
>> Anyone ever had this problem ?
>> How did fix it ?
>
> change cyphertype in ~/.cloginrc to aes256-cbc - ie.
>
> add method      * {ssh}
> # add cyphertype        * {3des}
> add cyphertype  * {aes256-cbc}
>
> Regards,
> Lee
>


More information about the Rancid-discuss mailing list