Lsyncd stands for “Live Syncing Daemon“, lsyncd is used to sync or replicate files and directories locally and remotely after a specific time of interval. Lsyncd uses Rsync and ssh…
Tag
ssh
-
-
AnsibleAutomation ToolLinux
Create user account & configure key-based authentication with Ansible
by Lotfi Waderni December 11, 2016Ansible communicates with remote machines over SSH. In this tutorial we going to create a playbook where we will create a user for the key-based authentication and copy the public…