Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-04 Thread Phil Mayers
James Y Knight wrote: > On Sep 3, 2009, at 5:38 AM, Phil Mayers wrote: > >> All, >> >> I've been having some problems using Conch/SSH to talk to the SSH >> server >> on Cisco IOS (specifically the netconf subsystem) >> >> It seems that the IOS SSH server reacts badly to the following: >> >> c: s

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
Pavel Pergamenshchik wrote: > On Thu, Sep 3, 2009 at 2:38 AM, Phil Mayers wrote: >> All, >> >> I've been having some problems using Conch/SSH to talk to the SSH server >> on Cisco IOS (specifically the netconf subsystem) > ... >> i.e. IOS doesn't like being bombarded with either the version string

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
James Y Knight wrote: >> It seems that the IOS SSH server reacts badly to the following: >> >> c: syn >> s: syn,ack >> c: ack >> c: PSH , >> s: PSH >> >> >> i.e. IOS doesn't like being bombarded with either the version string >> or >> KEX before it's sent its own banner. > > I'm surprised to

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Pavel Pergamenshchik
On Thu, Sep 3, 2009 at 2:38 AM, Phil Mayers wrote: > All, > > I've been having some problems using Conch/SSH to talk to the SSH server > on Cisco IOS (specifically the netconf subsystem) ... > i.e. IOS doesn't like being bombarded with either the version string or > KEX before it's sent its own ban

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread James Y Knight
On Sep 3, 2009, at 5:38 AM, Phil Mayers wrote: > All, > > I've been having some problems using Conch/SSH to talk to the SSH > server > on Cisco IOS (specifically the netconf subsystem) > > It seems that the IOS SSH server reacts badly to the following: > > c: syn > s: syn,ack > c: ack > c: PSH

[Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
All, I've been having some problems using Conch/SSH to talk to the SSH server on Cisco IOS (specifically the netconf subsystem) It seems that the IOS SSH server reacts badly to the following: c: syn s: syn,ack c: ack c: PSH , s: PSH i.e. IOS doesn't like being bombarded with either the vers