David Guest <[EMAIL PROTECTED]> wrote: > > Tim Churches wrote: > > Hmmm, looks useful. But try knockd (perhaps in addition, if you are > > really paranoid) - with a 5 or 6 random port sequence (for which the > > chance of guessing the sequence is vanishingly small). Here is some > more > > discussion of knockd and ssh: > > http://frobnosticate.com/?p=81 > > > Kewl. > > So you might need to run a script like:- > > #!/bin/sh > telnet myserver 7000 > telnet myserver 8000 > telnet myserver 9000 > kill `pidof telnet`
Yeah, or just use the knock utility - partner of knockd - which is purpose built to do that for you. > ssh -options [EMAIL PROTECTED] > vncviewer localhost # or rdesktop in my case. You still need to tunnel VNC or rdesktop sessions inside SSH, of course. > I'd have to think about how to do that under Windos unfortunately. It > could be a bit tricky. A Python script could do it, I think. I'll see what can be whipped up... Tim C _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
