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