Project

General

Custom queries

Profile

Actions

Bug #31516

closed

Cockpit with ssh key passphrase does not work

Added by Adam Winberg over 4 years ago. Updated almost 4 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"]

#1

Updated by Adam Winberg over 4 years ago

  • Category set to Smart Proxy - SSH
  • Found in Releases smart_proxy_remote_execution_ssh-0.3.1 added
#2

Updated by The Foreman Bot almost 4 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
#3

Updated by Adam Ruzicka almost 4 years ago

  • Status changed from Ready For Testing to Closed
#4

Updated by Adam Ruzicka almost 4 years ago

  • Bugzilla link set to 1966897
#5

Updated by Adam Ruzicka almost 4 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
#6

Updated by Adam Ruzicka almost 4 years ago

  • Fixed in Releases smart_proxy_remote_execution_ssh-0.3.2 added
Actions

Also available in: Atom PDF