Skip to content

aiming-cookbooks/ssh_userkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh_userkey Cookbook

generate ssh key without passphrase for existing user

Requirements

  • ssh-keygen command

Usage

user 'foo'

ssh_userkey 'foo'

if home directory is not at '/home',

ssh_userkey 'foo' do
  home '/Users/foo'
end

License and Authors

MIT License

Authors: Aiming

About

generate ssh key for existing user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages