[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: X Windows Proxy?



| Okay.  So the good news is I got ssh, read about it, and got it
| working.  The bad news is, just like I can't install VNC on the host
| computer whose windows I want to get through my IP-MASQ box, I can't
| install ssh on that host either.  So, that's a no-go.

If you have a shell account on the target machine nothing prevents you running
an sshd of your own there, listening on an atypical port number (eg 2222).
Then set up your ssh config at home to aim at port 2222:
	Host the-target-host
	  Port	2222
Then
	ssh -v the-target-host
as normal!
--
Cameron Simpson, DoD#743        cs zip com au        http://www.zip.com.au/~cs/

MrBunch <mrbunch aol com> wrote:
| You obviously have a good grammar checker and spell checker on you
| Internet spooler.
No, some people have a brain.  It really is possible to spell words correctly
and construct coherent sentences without mental crutches in software.
- Dave (Mackie Messer) <dmunroe vcd hp com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]