# File lib/net/ssh/transport/session.rb, line 230 def send_message(message) socket.send_packet(message) end