Sha256: 21531fb5842e999561a798737717a2144fb191ca68847eb7a32bd34e99a82bb8
Contents?: true
Size: 437 Bytes
Versions: 5
Compression:
Stored size: 437 Bytes
Contents
# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 module RouterosGuestPlugin module Cap class DisableSSHInsertKey def self.disable_ssh_insert_key(machine) if machine.config.vm.guest == :routeros # Echo a message on the guest machine machine.ui.info("Disabling ssh insert key for RouterOS") machine.config.ssh.insert_key = false end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems