# File lib/sshkit/host.rb, line 140
    def username
      @host_string.split(/:|@/)[0]
    end