# File lib/sshkit/host.rb, line 146
    def port
      @host_string.split(/:|@/)[2].to_i
    end