remote

Search

You can find the results of your search below.

ansible
3 Hits, Last modified:
g = false</code> *create password less login to remote machines *''ssh-keygen'' will create an ssh k... air *''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'' Th
ssh with key files
2 Hits, Last modified:
.pub key to IP 192.168.0.1 for user john.doe The remote ssh will ask for remote shell password. //Use ''man ssh--copy-id'' to see options and description of com
git
1 Hits, Last modified:
w to push from you local git to git hub. ''%%git remote add origin https://github.com/yourhandle/name.git