creating a SSH key
file:///C:/Users/jkriker/Google%20Drive/FTUwebsite/O0O000OOO00O/latest_SDN_HTML/Howto%20Nuage%20SDN%20and%20NFV.html
1- create the private & Public key on the Client: ssh-keygen
2- copy the public key to the server: ssh-copy-id
3- To set up SSH agent to avoid retyping passwords, you can do:
4- SSH test ( will ask for the passphrase once!)
5- check the Local keys:
6- check the Remote keys:
https://valdhaus.co/writings/ansible-post-install/
...