Rex Dieter wrote: > Brian D. McGrew wrote: >> Life is good with SSH but when I'm done and type 'exit' to leave my >> session it's hung on the client side and I have to kill it. > > It'll do that if you still have processes running on the "other" side > when you (try to) exit. > If those processes still have the terminal open. Do the usual daemon thing if you want ssh to start a process not attached. close all fd, setsid()...