Hi there,

I'm wondering if there's a way that I can use BBEdit to edit the files on 
servers that I connect to via a SOCKS proxy?

To give a bit more detail.  When working from home, I SSH to my computer in 
the office using the following command:

> ssh [email protected] -D8080
>

This sets up a SOCKS proxy on port 8080 on my local computer.  Any traffic 
that goes through that proxy appears to have come from my workstation in 
the office, thus allowing me to access other work servers which are behind 
the firewall.

To SSH into one of the other servers (which are usually inaccessible from 
home), I use the following command:

> ssh -o ProxyCommand='nc -x localhost:8080 %h %p' 
> [email protected]
>

Is there any way I can connect to servers via SOCKS proxy within BBEdit? 

Thanks
Mark

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to