Method: Mrsk::Configuration#ssh_options
- Defined in:
- lib/mrsk/configuration.rb
#ssh_options ⇒ Object
126 127 128 |
# File 'lib/mrsk/configuration.rb', line 126 def { user: ssh_user, proxy: ssh_proxy, auth_methods: [ "publickey" ] }.compact end |