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