# File lib/smart_proxy_salt/cli.rb, line 73 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