{"id":321,"date":"2018-12-09T11:06:11","date_gmt":"2018-12-09T03:06:11","guid":{"rendered":"http:\/\/matnet.my\/blog\/?p=321"},"modified":"2018-12-09T11:06:11","modified_gmt":"2018-12-09T03:06:11","slug":"rsync-scp-ssh-without-prompt-a-password","status":"publish","type":"post","link":"https:\/\/matnet.my\/blog\/2018\/12\/rsync-scp-ssh-without-prompt-a-password\/","title":{"rendered":"Rsync \/ SCP \/ SSH without prompt a password"},"content":{"rendered":"\n<p>First of all you need to generate your ssh key.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-keygen<\/code><\/pre>\n\n\n\n<p>Then when ask for the password, leave it blank<\/p>\n\n\n\n<p>Send your ssh public key to the destination server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-copy-id -i ~\/.ssh\/id_rsa.pub 192.168.0.1<\/code><\/pre>\n\n\n\n<p>You are done. Have a try to ssh \/ scp \/ rsync<\/p>\n","protected":false},"excerpt":{"rendered":"<p>First of all you need to generate your ssh key. Then when ask for the password, leave it blank Send &hellip; <a href=\"https:\/\/matnet.my\/blog\/2018\/12\/rsync-scp-ssh-without-prompt-a-password\/\" class=\"more-link\">More <span class=\"screen-reader-text\">Rsync \/ SCP \/ SSH without prompt a password<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,33],"tags":[],"class_list":["post-321","post","type-post","status-publish","format-standard","hentry","category-bsd-nix","category-iot","standard"],"_links":{"self":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/comments?post=321"}],"version-history":[{"count":1,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/321\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/321\/revisions\/322"}],"wp:attachment":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/media?parent=321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/categories?post=321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/tags?post=321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}