[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: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 10 Feb 2010 15:43:09 +0100
- To: libssh@xxxxxxxxxx
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 >
Re: libssh with cisco routers | Stephan Kountso <steplg@xxxxxxxxx> |
libssh with cisco routers | Stephan Kountso <steplg@xxxxxxxxx> |