Actions
Bug #31516
closedCockpit with ssh key passphrase does not work
Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy - SSH
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Fixed in Releases:
Found in Releases:
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"]
Updated by Adam Winberg almost 4 years ago
- Category set to Smart Proxy - SSH
- Found in Releases smart_proxy_remote_execution_ssh-0.3.1 added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/53 added
Updated by Adam Ruzicka over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_proxy_plugin|1256dfaf5ac382a077f8131a1e6741ba0482dc93.
Updated by Adam Ruzicka over 3 years ago
- Target version changed from foreman_remote_execution 4.0.1 to smart_proxy_remote_execution_ssh-0.4.1
- Fixed in Releases smart_proxy_remote_execution_ssh-0.4.1 added
Updated by Adam Ruzicka over 3 years ago
- Fixed in Releases smart_proxy_remote_execution_ssh-0.3.2 added
1
Actions