http://qs321.pair.com?node_id=449625


in reply to Re^4: ppk
in thread ppk

merlyn may have a different answer, but you should generally try to tell the process to exit nicely first, because it can catch those signals and potentially do useful things on the way out. Processes are not supposed to be able to catch SIGKILL, but are just immediately terminated without the opportunity do to anything else.