Sha256: ba91e6e6c59879481377ba73db004aefbeb2399685f8cd86a4b6f3cff3089b6e

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
takeltau-0.34.15 lib/takeltau/bit/scope/ssh.rb