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