# File lib/smart_proxy_salt/cli.rb, line 79
    def key_accept(host)
      find_salt_binaries
      cmd = [@sudo, '-u', Proxy::Salt::Plugin.settings.salt_command_user, @salt_key, '--yes', '-a', escape_for_shell(host)]
      shell_command(cmd)
    end