# File lib/net/ssh/transport/session.rb, line 97
    def close
      socket.cleanup
      socket.close
    end