Skip to content

akash123-eng/SSH_AUTOMATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

SSH_AUTOMATION

1)To Give SSH access to New User use following command :

 ansible-playbook -i hosts -e "action=grant" playbooks/task.yml

2)To Revoke SSH access of a user use following command :

 ansible-playbook -i hosts -e "action=revoke" playbooks/task.yml

2)To Remove user use following command :

 ansible-playbook -i hosts -e "action=remove" playbooks/task.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published