class Proxy::RemoteExecution::Ssh::Runners::SudoUserMethod

Constants

LOGIN_PROMPT

Public Instance Methods

cli_command_prefix() click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 47
def cli_command_prefix
  "sudo -p '#{LOGIN_PROMPT}' -u #{effective_user} "
end
login_prompt() click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 43
def login_prompt
  LOGIN_PROMPT
end