user

Search

You can find the results of your search below.

ssh with key files
10 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... ctory ''/homeuser/.ssh'' * public key ''/home/user/.ssh/id_rsa'' * private key ''/home/user/.ssh
ansible
6 Hits, Last modified:
key pair *''ssh-copy-id -i ~/.ssh/id_rsa.pub userp@remote.local.machine.io'' to copy 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" -