key

Search

You can find the results of your search below.

ssh with key files
20 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 s... The ''ssh-keygen'' command is used to create ssh key pairs //Use ''man ssh-keygen'' to see options an... gen default==== * ''ssh-keygen'' creates a SSH key pair. The defaults are: * home directory ''/
ansible
3 Hits, Last modified:
ith the following contents: <code>[defaults] host_key_checking = false</code> *create password less l... e 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