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 #1

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
Actions #2

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
Actions #3

Updated by Adam Ruzicka over 3 years ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by Adam Ruzicka over 3 years ago

  • Bugzilla link set to 1966897
Actions #5

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
Actions #6

Updated by Adam Ruzicka over 3 years ago

  • Fixed in Releases smart_proxy_remote_execution_ssh-0.3.2 added

1

Actions

Also available in: Atom PDF