Sha256: f27019e20a65d8e36ab633519035a69d10b357a0f402bbc424a70d2e31fbf09c

Contents?: true

Size: 283 Bytes

Versions: 5

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

# takeltau bit scope ssh
module BitScopeSSH
  # Backend method for bit scope ssh.
  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
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
takeltau-0.34.14 lib/takeltau/bit/scope/ssh.rb
takeltau-0.34.13 lib/takeltau/bit/scope/ssh.rb
takeltau-0.34.12 lib/takeltau/bit/scope/ssh.rb
takeltau-0.34.11 lib/takeltau/bit/scope/ssh.rb
takeltau-0.34.9 lib/takeltau/bit/scope/ssh.rb