I just found a nice method to invoke screen automatically if after login via SSH. So you don't have to manually start it first.
Put the following at the end of your ~/.bashrc
# Auto-screen invocation. see: http://taint.org/wk/RemoteLoginAutoScreen # if we're coming from a remote SSH connection, in an interactive session # then automatically [...]
