Sha256: 97e46893428bfcf5779acee39cd08b979619871579ed349ff236bccbe3a32148
Contents?: true
Size: 362 Bytes
Versions: 29
Compression:
Stored size: 362 Bytes
Contents
module VagrantPlugins module HostBSD module Cap class SSH # Set the ownership and permissions for SSH # private key # # @param [Vagrant::Environment] env # @param [Pathname] key_path def self.set_ssh_key_permissions(env, key_path) key_path.chmod(0600) end end end end end
Version data entries
29 entries across 25 versions & 4 rubygems