# File lib/sshkit/host.rb, line 48
    def hash
      user.hash ^ hostname.hash ^ port.hash
    end