On a linux server how do you use multiple terminals over a single ssh connection?
- by epochwolf
I often find myself opening several ssh connections in order to view several log files at a time with tail -f.
This isn't a problem when I'm at home because I use public key encryption for password-less login. However, I will often use computer at my university to do this so I don't have the option of using my private key. It gets annoying to enter my password 4 or 5 times to get several terminal windows.
How can I get multiple terminals over a single connection?