[Tutor] SSH session problems with network devices

Steven D'Aprano steve at pearwood.info
Fri Aug 27 01:39:41 CEST 2010


On Fri, 27 Aug 2010 02:54:27 am davidheiserca at gmail.com wrote:
> I have Python code that opens a telnet session with a network device
> and performs a multitude of tasks. Now, I am trying to establish and
> maintain an SSH connection as an alternative to telent. My research
> has found that the SSH implementation some network device
> manufacturers use is not consistent and the problems I'm having are
> common. I'm hoping to find someone who has found a solution.

Hi David,

you may be better off on a more senior discussion list than this. It's 
not really a beginners question, and you may benefit from having a lit 
more eyes on your question :)

Have you tried python-list at python.org or its newsgroup mirror 
comp.lang.python ?

http://mail.python.org/mailman/listinfo/python-list



-- 
Steven D'Aprano


More information about the Tutor mailing list