Re: how to log connection refused attempt with python-paramiko

2009-09-09 Thread nickname
On Sep 9, 3:37 pm, nickname wrote: > On Sep 9, 3:35 pm, nickname wrote: > > > > > hello all, > >             I am getting to grips with paramiko. I am trying to open a > > ssh connection to my server 127.0.0.1 using paramiko and want to > > specify the password via the program itself. I want to g

Re: how to log connection refused attempt with python-paramiko

2009-09-09 Thread nickname
On Sep 9, 3:35 pm, nickname wrote: > hello all, >             I am getting to grips with paramiko. I am trying to open a > ssh connection to my server 127.0.0.1 using paramiko and want to > specify the password via the program itself. I want to generate  and > change passwds via the program very f

how to log connection refused attempt with python-paramiko

2009-09-09 Thread nickname
hello all, I am getting to grips with paramiko. I am trying to open a ssh connection to my server 127.0.0.1 using paramiko and want to specify the password via the program itself. I want to generate and change passwds via the program very frequently and hence am avoiding a key based ap