tags:

views:

128

answers:

2

how can i write ssh client using python socket?

Subhan

+5  A: 

I haven't used it yet - but why don't you try paramiko?

Douglas Leeder
Iam using windowsi install paramiko,but it's giving some error
subhan
It's usually helpful to describe "some error" when asking for help.
JimB
+3  A: 

Of course it is! In fact it is already implemented!!

See twisted.conch - the implementation is pure python using sockets!

nosklo