create

Search

You can find the results of your search below.

ssh with key files
5 Hits, Last modified:
e of ''sudo'' should not be necessary as the keys created should be user based.</fc> =====ssh-keygen====== The ''ssh-keygen'' command is used to create ssh key pairs //Use ''man ssh-keygen'' to see op... / ====ssh-keygen default==== * ''ssh-keygen'' creates a SSH key pair. The defaults are: * home di... === * ''ssh-keygen -f .ssh/key-with-password'' creates a SSH key with non-default name and location. T
ansible
3 Hits, Last modified:
s'' The ''sshpass'' package must be installed. *Create a file ansible.cfg in your current folder with th... de>[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_r
Nginx
2 Hits, Last modified:
//www.digitalocean.com/community/tutorials/how-to-create-temporary-and-permanent-redirects-with-nginx|How To Create Temporary and Permanent Redirects with Nginx]]