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