Linux Terminal – How to Spawn Multiple SSH Terminals

linuxterminalUbuntu

when i am logged into my server via SSH how can i spawn many ssh terminals? is there a xterm command for this?

Best Answer

Try using screen

Or just open up another terminal and ssh into the server again.

Related Question