I've been having this issue, that when I exit a ssh session, it never quits properly. I have to kill it with Ctrl-C.
Example Session Below:
[stefan@desktop ~]$ ssh stefan@10.0.0.4
[stefan@laptop ~]$ # do some stuff
[stefan@laptop ~]$ exit
logout
^CKilled by signal 2.
[stefan@desktop ~]$
Is there a reason this happens? ( some running proccess that blocks a clean exit perhaps ). And how can I fix it?
logoutdirectly or issue a Ctrl+D? – N J Nov 12 '10 at 22:52