On Fri, Jul 9, 2010 at 4:34 AM, Victor Hooi <victorh...@yahoo.com> wrote:

> Hi,
>
> I'm currently using Komodo (http://www.activestate.com/komodo-ide) as my
> IDE, to edit files on a remote SSH server.
>
> The issue is, I'm using a proxy server for access. Normally, I use Putty to
> proxy the SSH connection over the HTTP proxy.
>
> On my *nix systems, I use Corkscrew (
> http://linsec.ca/blog/2009/10/06/using-corkscrew-to-tunnel-ssh-over-http/)
> to provide something similar.
>
> The problem is, Komodo doesn't seem to have support for SSH proxy-ing. The
> nasty workaround is to use Putty to open a SSH connection via the proxy,
> then use port tunnelling to redirect local SSH connections to the remote
> server.
>
> I asked on Komodo-Discuss about this issue, and they said that they use
> Paramiko for SSH access, and that they're dependent on getting SSH proxy
> support into that.
>
> Is there any interest on getting SSH Proxy support into Paramiko, or word
> on a roadmap on when it might be introduced?
>

As far as I understand Paramiko supports ssh with an arbitary socket.  So
nothing should stop Komodo from doing the http proxy part of the connection
and then pass the socket into their current ssh code.


>
> Cheers,
> Victor
>
> _______________________________________________
> paramiko mailing list
> paramiko@lag.net
> http://www.lag.net/cgi-bin/mailman/listinfo/paramiko
>



-- 
- Norman Rasmussen
 - Email: nor...@rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/
_______________________________________________
paramiko mailing list
paramiko@lag.net
http://www.lag.net/cgi-bin/mailman/listinfo/paramiko

Reply via email to