Method: Mrsk::Configuration#ssh_user
- Defined in:
- lib/mrsk/configuration.rb
#ssh_user ⇒ Object
110 111 112 113 114 115 116 |
# File 'lib/mrsk/configuration.rb', line 110 def ssh_user if raw_config.ssh.present? raw_config.ssh["user"] || "root" else "root" end end |