# File lib/rudy/cli/machines.rb, line 196 196: def ssh_valid? 197: #raise "SSH not supported on Windows" if current_machine_os.to_s == 'windows' 198: true 199: end