[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh with cisco routers
[Thread Prev] | [Thread Next]
- Subject: Re: libssh with cisco routers
- From: Stephan Kountso <steplg@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 10 Feb 2010 17:52:18 +0300
- To: libssh@xxxxxxxxxx
thanks a lot. my problem is solved. On Wed, Feb 10, 2010 at 5:43 PM, Aris Adamantiadis <aris@xxxxxxxxxxxx> wrote: > Hello Stephan, > > you must configure libssh to be compiled with SSH-1 support. To do so, > you need to > 1- create the build/ directory and get inside > 2- launch cmake with the appropriate configuration: > cmake -DWITH_SSH1 .. > 3- make/make install > > Since that question comes frequently, I will tweak the code to provide a > more explanatory error message. > > Regards, > > Aris > Stephan Kountso a écrit : >> Hallo. >> >> I have a problem in communication with cisco routers through libssh 0.4.0 >> >> When i am trying to connect, libssh returns me error: "No version of >> SSH protocol usable (banner: SSH-1.5-Cisco-1.25)" >> >> I found this post: >> http://www.0xbadc0de.be/mantis/bug_view_page.php?bug_id=16 about the >> same problem, but in 0.4.0 version there is no ./configure script >> >> So, how can i enable this feature and communicate with cisco router? >> >> -- >> Best regards, >> Stephan Kountso aka StepLg >> > > > -- С уважением, Кунцьо Степан aka StepLg
libssh with cisco routers | Stephan Kountso <steplg@xxxxxxxxx> |
Re: libssh with cisco routers | Aris Adamantiadis <aris@xxxxxxxxxxxx> |