Can I start a new SSH terminal without re-authenticating?

Solution 1:

Yes. Add this to your ~/.ssh/config:

ControlMaster auto
ControlPath ~/.ssh/sock_%r@%h:%p

I believe this will do what you want... if not, please clarify your question. :)

Solution 2:

GNU Screen gives me pretty much exactly what I wanted: Screen User's Manual