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