# File lib/sshkit/host.rb, line 155
    def self.suitable?(host_string)
      host_string.match(/[a-fA-F0-9:]+:\d+/)
    end