StaSh ssh can keep the terminal open, and not just issue a single command. I believe it do work with screen, you just can only connect to one screen. If so type:
ssh [--password PASSWORD] [-p PORT] user@host
You should login to terminal. I use this to handle all my git repositories from the ipad. ssh also supports Pub key authentication.

You can also submit stash requests on github.