{"id":157,"date":"2010-03-26T16:58:31","date_gmt":"2010-03-26T15:58:31","guid":{"rendered":"http:\/\/timmey.ath.cx\/wordpress\/?p=157"},"modified":"2010-03-26T16:58:31","modified_gmt":"2010-03-26T15:58:31","slug":"ssh-public-key-authentication","status":"publish","type":"post","link":"https:\/\/madroot.net\/?p=157","title":{"rendered":"SSH public key authentication"},"content":{"rendered":"<p>Zitat von:  \u00a0<a href=\"http:\/\/blog.no-panic.at\/2005\/03\/11\/ssh-public-key-authentication\/\">http:\/\/blog.no-panic.at\/2005\/03\/11\/ssh-public-key-authentication\/<\/a><\/p>\n<h3><a rel=\"bookmark\" href=\"http:\/\/blog.no-panic.at\/2005\/03\/11\/ssh-public-key-authentication\/\">SSH public key authentication<\/a><\/h3>\n<div>nach langem probieren und suchen, hab ich endlich ein einfaches und leicht  verst\u00e4ndliches HOWTO gefunden um SSH dazu zu bewegen, dass ich nicht immer ein  passwort eingeben muss wenn ich mich einlogge.  # On your local machine <code>$ ssh-keygen -t dsa $ cd ~\/.ssh # for  safe keeping $ mv id_dsa.pub id_dsa.your_machine.pub # Log in to the  remote machine and create your .ssh key there $ ssh remote_machine $  ssh-keygen -t dsa $ exit<\/code> # Back on your local machine <code>$ scp id_dsa.your_machine.pub  remote_machine:.ssh\/.<\/code> # Back to the remote machine <code>$ ssh remote_machine $ cd .ssh $  cat id_dsa.your_machine.pub &gt;&gt; authorized_keys2 $ chmod 600  authorized_keys2 $ exit <\/code> \u2026 so leicht kanns sein, wenn man mal wei\u00df wies geht <img decoding=\"async\" src=\"http:\/\/blog.no-panic.at\/wp-includes\/images\/smilies\/icon_smile.gif\" alt=\":)\" \/> das  funktioniert nat\u00fcrlich nicht nur auf Linux systemen, sondern auch problemlos auf  meinem iBook unter OS X.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Zitat von: \u00a0http:\/\/blog.no-panic.at\/2005\/03\/11\/ssh-public-key-authentication\/ SSH public key authentication nach langem probieren und suchen, hab ich endlich ein einfaches und leicht verst\u00e4ndliches HOWTO gefunden um SSH dazu zu bewegen, dass ich nicht immer ein passwort eingeben muss wenn ich mich einlogge. # On your local machine $ ssh-keygen -t dsa $ cd ~\/.ssh # for safe keeping [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-157","post","type-post","status-publish","format-standard","hentry","category-netzwerk"],"_links":{"self":[{"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/posts\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/madroot.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=157"}],"version-history":[{"count":2,"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":159,"href":"https:\/\/madroot.net\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions\/159"}],"wp:attachment":[{"href":"https:\/\/madroot.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/madroot.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/madroot.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}