Method: ProxyAPI::RemoteExecutionSSH#pubkey

Defined in:
app/lib/proxy_api/remote_execution_ssh.rb

#pubkeyObject



8
9
10
11
12
# File 'app/lib/proxy_api/remote_execution_ssh.rb', line 8

def pubkey
  get('pubkey').strip
rescue => e
  raise ProxyException.new(url, e, N_('Unable to fetch public key'))
end