Method: Chef::Knife::Ssh#configure_identity_file

Defined in:
lib/chef/knife/ssh.rb

#configure_identity_fileObject



413
414
415
416
# File 'lib/chef/knife/ssh.rb', line 413

def configure_identity_file
  config[:identity_file] = get_stripped_unfrozen_value(config[:identity_file] ||
                       Chef::Config[:knife][:ssh_identity_file])
end