Pavel White

Results 91 comments of Pavel White

Usually, it's not a problem to use ssh keys without password. Could you please explain your case. Why you don't need authentication? > Is it possible to get a tunnel...

Could you please provide some pseudo-code for your enhancement request?

It looks like a paramiko issue. From time to time the paramiko has this problem ... like https://github.com/paramiko/paramiko/issues/1401 What do you expect? Could you please provide a fill traceback?

As I know, google also checks the domain on the front-end side. Also, it's better to use IP instead of DNS. Because it's resolved on the ssh client-side (not on...

Yes. It is a list of the most popular projects using the sshtunnel. And there is a place where you can find it.

It looks like a bug. Thanks! I can propose a little trick for your case. Try: ``` ... tunnel = SSHTunnelForwarder( ssh_address="socialwebobservatory", ssh_port=222, ssh_username="user", ssh_password="pass", #ssh_private_key="/home/user/.ssh/id_rsa", remote_bind_address=('127.0.0.1', 9200), compression=True, logger=create_logger(loglevel=1)...

Could you please provide you console output?

This change is not backward compatible. It looks nice, but what the reason?

Please update from master. It looks like a conflict with https://github.com/pahaz/sshtunnel/pull/195/files

Who can provide some pseudo-code for this feature? Does anyone have any idea about how to implement it?