On a linux server how do you use multiple terminals over a single ssh connection?

Posted by epochwolf on Server Fault See other posts from Server Fault or by epochwolf
Published on 2009-05-01T01:47:52Z Indexed on 2010/03/20 23:21 UTC
Read the original article Hit count: 267

Filed under:
|

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?

© Server Fault or respective owner

Related posts about linux

Related posts about ssh