Erik Thuning wrote: > What I would like to do is to abort the connection, preferrably with > some kind of descriptive error, when my sshrc script returns a non-zero > exit status. Is this possible? kill -9 $PPID in sshrc would perhaps work? //Peter