key

Search

You can find the results of your search below.

ssh with key files
35 Hits, Last modified:
{{tag>linux ssh ssh-keygen}} ======ssh with key files====== The advantages of using SSH key-based include: *Improved security *Easier access to ssh (if password keys are not used) Clearly use of unique password e
ansible
4 Hits, Last modified:
ith the following contents: <code>[defaults] host_key_checking = false</code> *create password less login to remote machines *''ssh-keygen'' will create an ssh 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