Line 21: | Line 21: | ||
<div class="fb-share-button" data-href="http://developers.facebook.com/docs/plugins/" data-type="button_count"></div> <div class="fb-send" data-href="http://developers.facebook.com/docs/plugins/" data-colorscheme="light"></div> | <div class="fb-share-button" data-href="http://developers.facebook.com/docs/plugins/" data-type="button_count"></div> <div class="fb-send" data-href="http://developers.facebook.com/docs/plugins/" data-colorscheme="light"></div> | ||
<div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> | <div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> | ||
− | + | <div class="fb-comments" data-href="http://example.com/comments" data-numposts="5" data-colorscheme="light"></div> | |
[[Category:Technical]] | [[Category:Technical]] |
The basis of this is that your ID must be in the list of authorized hosts in the server. So, for password-less login to work, generate your public key, and append it to the authorized_hosts file in the server.
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh serveruser@server 'cat >> ~/.ssh/authorized_keys'
Test by
ssh serveruser@server
If no password is asked, everything worked fine.
You can also do the following command to copy the key
ssh-copy-id serveruser@server
This work is licensed under the CC By-SA 3.0 , without all the cruft that would otherwise be put at the bottom of the page.
Sister Sites: GATE CSE Wiki, GATE CSE, Aptitude Overflow