
Journal eno2001's Journal: Which Type are You? 14
You have a telnet or ssh session open to a remote box. Your work is done and you want to disconnect. You...
1. Type 'exit' to disconnect from the remote session
2. Click the "close" widget on the window (if you are in a GUI)
3. Press CTRL-D to disconnect
4. Press CTRL^] to exit to the telnet prompt and then type quit
5. Press ~-CTRL-Z, grep for the ssh client process and kill it
I prefer #3 myself as it seems the most clean and graceful way to end a session. (Not to mention, respectful of the protocol) What do you think?
ack (Score:3, Interesting)
Exit, stage left (Score:1)
I prefer `exit`. Having grown up on Apple System 1.0 (for the ][gs no less), I find most unix-like key bindings odd.
Exit (Score:3)
^D (Score:2)
Type 'exit' (Score:1)
Re:Type 'exit' (Score:1)
Exit (Score:1)
Another one for "exit" (Score:2)
^D (Score:1)
Type 1 for exit (Score:1)
As for telnet vs ssh, there are two old systems on the LAN here that must be talked to through telnet, the rest use ssh.
SSH (Score:1)
exit... (Score:1)
same as most others (Score:2)