module BitScopeSSH
takelage bit scope ssh
Public Instance Methods
bit_scope_ssh()
click to toggle source
Backend method for bit scope ssh.
# 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