Date: Wed, 14 Jan 2015 17:34:01 +0100 From: olli hauer <ohauer@gmx.de> To: =?UTF-8?B?TWFya28gQ3VwYcSH?= <marko.cupac@mimar.rs>, freebsd-ports@freebsd.org Subject: Re: net-mgmt/rancid and cisco ssh kexagorhitms Message-ID: <54B69A79.3020409@gmx.de> In-Reply-To: <20150114153511.8ed616814cfc49ed21826e28@mimar.rs> References: <20150114153511.8ed616814cfc49ed21826e28@mimar.rs>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-01-14 15:35, Marko Cupać wrote: > Hi, > > as of FreeBSD 9.3, it is not possible to ssh into some cisco routers > (namely 1921 and 3925 in my case), unless option -o KexAlgorithms= > diffie-hellman-group14-sha1 is specified. Probably, as a consequence, > rancid stopped working for these routers since I upgraded OS on which > it is installed to 9.3. > > How can I make this work again? > > Thank you in advance, > I had the same issue but there is a simple solution: $ cat ~rancid/.ssh/config host host1 host2 host3 IP1 IP2 ... KexAlgorithms diffie-hellman-group14-sha1 -- HTH, olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54B69A79.3020409>