Project

General

Profile

Actions

Bug #31516

closed

Cockpit with ssh key passphrase does not work

Added by Adam Winberg almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy - SSH

Description

Remote executions cockpit integration does not pick up the ssh key passphrase due to a syntax error in lib/smart_proxy_remote_execution_ssh/cockpit.rb:

def ssh_options
...
ret[:passphrase] = params[:ssh_key_passphrase] if params[:ssh_key_passphrase]

Should be

def ssh_options
...
ret[:passphrase] = params["ssh_key_passphrase"] if params["ssh_key_passphrase"]

Actions

Also available in: Atom PDF