module BitScopeSSH

takeltau bit scope ssh

Public Instance Methods

bit_scope_ssh() click to toggle source

Backend method for bit scope ssh.

# File lib/takeltau/bit/scope/ssh.rb, line 6
def bit_scope_ssh
  log.info 'Logging in to bit remote server'

  return false unless configured? %w[bit_ssh]

  run_and_exit config.active['bit_ssh']
end