# File lib/fog/libvirt/models/compute/util/uri.rb, line 39 def ssh_enabled? if remote? return transport.include?("ssh") else return false end end