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