Cerb Wrote: > I believe port 23 is open - can I redirect port 23 on my home router to > port 22 on my server, and then ssh into port 23?Sure, depending on your > router. *Most* routers will let you specify a different destination port when you set up port forwarding rules. If it turns out your router doesn't support that, you can probably change the port on your ssh server. You don't mention what OS your server is running, but if it's *nix running openssh, you can just change (or add) the listening port in sshd_config. If it's Windows, then I'm clueless...
By the way, I can't comment on how your employer might react if he discovers you doing this... -- Fletch _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
