user

Search

You can find the results of your search below.

ssh with key files
11 Hits, Last modified:
encrypted keys gives best security. However if a user has access to you terminal and user password they effectively have full system access anyway. <fc #ff0... ld not be necessary as the keys created should be user based.</fc> =====ssh-keygen====== The ''ssh-keyg... r. The defaults are: * home directory ''/homeuser/.ssh'' * public key ''/home/user/.ssh/id_rsa'
ansible
5 Hits, Last modified:
opy the public key to the remote machine for same user. *''cd /mnt/ansible'' These commands only work... %%'' *''ansible all -i inventory.ini -m ping -u user'' *''ansible -i inventory.ini kpts -a "ls -la ~" -u user'' *''ansible -i inventory.ini kpts -a "df -h" -u user'' *''ansible all -i inventory.ini -a "df -h" -u