# File lib/net/ssh/transport/session.rb, line 137
        def close
          # TODO: send a DISCONNECT message to the server to close gracefully
          @socket.close
        end