Automatically install your public key to the remote host (this actually is included in the openssh package):
ssh-copy-id user@remotehost
Start a web service on port 8000 that uses CWD as its document root:
python -m SimpleHTTPServer
Author: Mark Carter Created: 07-Nov-2010 Updated: 17-Dec-2011