Module: BitScopeSSH
- Included in:
- Takelage::BitScope
- Defined in:
- lib/takelage/bit/scope/ssh.rb
Overview
takelage bit scope ssh
Instance Method Summary collapse
-
#bit_scope_ssh ⇒ Object
Backend method for bit scope ssh.
Instance Method Details
#bit_scope_ssh ⇒ Object
Backend method for bit scope ssh.
6 7 8 9 10 11 12 |
# File 'lib/takelage/bit/scope/ssh.rb', line 6 def bit_scope_ssh log.debug 'Logging in to bit remote server' return false unless configured? %w[bit_ssh] run_and_exit config.active['bit_ssh'] end |