# File lib/sshkit/host.rb, line 173
    def self.suitable?(host_string)
      host_string.match(/@/) && !host_string.match(/\:/)
    end