a networking question

Sebastian M=?ISO-8859-1?B?/A==?=sch sebastian at sebastian-muesch.de
Thu Oct 13 06:08:53 UTC 2005




Hi,

Once upon a time Soo-Hyun Choi wrote:

>>> and I cannot do 'ssh' to a machine beyond the
>>> proxy server, how can I do 'ssh'
>> 
>> SSH through a proxy? I think there's no way (for http/ftp proxies) apart
>> from using an interactive php-shell on the machine behind the proxy, as you
>> won't get a direct socket-connection to the host.
>> 
> 
> Then, how can I do 'ssh'?

SSH like any other remote-terminal-software won't work of the reason told
above.

<EXTREMELY INSECURE!!!>
You can install a webserver on the remote machine. Configure the webserver
to have the sufficiant rights and code for example a php-script which takes
one line of input. The script runs the inputline within a terminal and you
get the output of the script. For sure you need to protect this script from
beeing used by people not allowed to. But this way is really insecure as any
command could be run through this "web-interface".
</EXTREMELY INSECURE!!!>

<ALMOST SECURE SOLUTIONS>
The question is, why do you need ssh.
If it's for administrative tasks, then you should use webmin.
If it's because you need to transfer files from and to the host, you should
create a https webdav-share on the remote machine. Webdav is a
http-protocoll for remote-filesystems.
</ALMOST SECURE SOLUTIONS>

Cu
Sebastian

-- 
        .:'
     _ :'_
   .`_`-'_`.     Sebastian Müsch
  :__|\ /|__:      sebastian at sebastian-muesch.de
  :__| S |__:
  :__|   |__:     iTunes ist aus :-(
   `._.-._.'






More information about the ubuntu-users mailing list