Is there a relatively simple way to start a new terminal (ideally within a new window) within a pre-existing SSH terminal?
As in:
chuck@mycomputer:~$ ssh myserver
Enter passphrase for key '/home/chuck/.ssh/id_rsa':
Linux 2.6 SMP Tue Jul 17 11:13:12 EDT 2007 i686
chuck@myserver:~$
[insert magic here]
[ ...a new gnome-terminal (or the like) appears with chuck@myserver:~$ ]
I'm not interested in using X11 forwarding. I feel like putty supports this... but haven't a windows machine around to check with.
screen-- it has the massive advantage that it survives a severed connection and can be resumed from anywhere at any time. – Kerrek SB Jun 29 '11 at 22:35screenhas one of the largest need-vs-known ration :-) Once you get hooked, it's hard to imagine a life beforescreen... – Kerrek SB Aug 21 '11 at 16:52