>Luckily the thief was a smart little bugger and he was able to bypass the password by using an OSX install CD to create a new admin account. So why did he rely on luck instead of SSHing to the laptop and unlocking the machine? >I cranked up the frequency of reports to one in every five minutes to try to get a screen capture of him using gmail or facebook so I could snag a name or login credentials. Hmm, start a keyl…
Consumer routers will typically have port 22 firewalled for incoming trafic.
* Reverse SSH: if wget http://myserver.com/sshreverse; then ssh -R 2900:localhost:22 User@myserver.com; fi
Stick this in a file, chmod +x, then add an entry in cron to run it every hour or so. After that, you just need to create a file in your web server called "sshreverse" and you'll have an SSH tunnel to your laptop.