From: Guillaume Marcais Date: 2005-10-22T09:09:42+09:00 Subject: net-ssh send_signal Does Channel#send_signal work? The documentation says: "Send the given signal to process on the other side of the channel. The parameter should be one of the Channel::SIGxxx constants." but a grep in the net-ssh gem directories reveals no such constants and rb(main):134:0> Net::SSH::Connection::Channel.constants.grep(/^SIG/) => [] Is it an omission? Or is the signaling functionality not working at all? Guillaume.