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` ssh -options [EMAIL PROTECTED] vncviewer localhost # or rdesktop in my case. I'd have to think about how to do that under Windos unfortunately. It could be a bit tricky. David
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
