Re: ssh over http

2006-11-29 Thread Tom Judge
Atom Powers wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. Both HTTP and SSH are application

Re: ssh over http

2006-11-29 Thread Atom Powers
On 11/29/06, Tom Judge [EMAIL PROTECTED] wrote: Atom Powers wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer

Re: ssh over http

2006-11-29 Thread Andrew Pantyukhin
On 11/29/06, Atom Powers [EMAIL PROTECTED] wrote: On 11/29/06, Tom Judge [EMAIL PROTECTED] wrote: Atom Powers wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a

RE: ssh over http

2006-11-29 Thread cbadescu
Hi, On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? If yout proxy supports CONNECT method for certain port (usually 443 is open because is used for HTTPS), then you just need to have ssh listening on your

Re: ssh over http

2006-11-28 Thread Atom Powers
On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. -- Perfection is just a word I use occasionally with

Re: ssh over http

2006-11-28 Thread Joe Holden
Atom Powers wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. If you mean by a HTTP proxy, then

Re: ssh over http

2006-11-28 Thread Jerry McAllister
On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote: Hello All, Is there any ssh over http implementation available for freebsd? I guess I would expect that to read http over ssh. Is that what you mean. jerry ___

Re: ssh over http

2006-11-28 Thread Garrett Cooper
Jerry McAllister wrote: On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote: Hello All, Is there any ssh over http implementation available for freebsd? I guess I would expect that to read http over ssh. Is that what you mean. jerry If you want SSH access from a

Re: ssh over http

2006-11-28 Thread Ansar Mohammed
Got one! http://www.ericdaugherty.com/dev/sshwebproxy/ allot of vendors are now encapsulating their application protocols in http... eg. citrix ica, exchange server mapi, msn messenger, there is even a project to provide access to fileshares with samba over ssl see: http://www.sslbridge.com/

Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin
On 11/28/06, Atom Powers [EMAIL PROTECTED] wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. Listen

RE: ssh over http

2006-11-28 Thread Ansar Mohammed
Mohammed; freebsd-questions@freebsd.org Subject: Re: ssh over http On 11/28/06, Atom Powers [EMAIL PROTECTED] wrote: On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH

Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin
On 11/29/06, Ansar Mohammed [EMAIL PROTECTED] wrote: I think its pretty safe at this point in time to expect that everyone with a computer far less than the list is familiar with google. Probably a more helpful response would have been for you to recommend something you have experience with.