{"id":1145,"date":"2015-07-02T07:32:42","date_gmt":"2015-07-02T05:32:42","guid":{"rendered":"http:\/\/www.robinglauser.ch\/blog\/?p=1145"},"modified":"2015-07-21T16:16:13","modified_gmt":"2015-07-21T14:16:13","slug":"use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx","status":"publish","type":"post","link":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/","title":{"rendered":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX"},"content":{"rendered":"<p>You wish you were that fast to securely login via ssh right?<\/p>\n<p>Actually if you&#8217;re also using a mac you can do that too. First off you need to install <a href=\"http:\/\/www.alfredapp.com\/\" target=\"_blank\">Alfred<\/a> and buy the <a href=\"http:\/\/www.alfredapp.com\/powerpack\/\" target=\"_blank\">Powerpack<\/a> so you can use Workflows with <a href=\"http:\/\/www.alfredapp.com\/\" target=\"_blank\">Alfred<\/a>.<\/p>\n<p><a href=\"http:\/\/www.alfredapp.com\/powerpack\/\" target=\"_blank\">http:\/\/www.alfredapp.com\/powerpack\/<\/a><\/p>\n<p>Also we need <a href=\"http:\/\/brew.sh\/\" target=\"_blank\">brew<\/a>\u00a0so we can install ssh-copy-id.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">brew install ssh-copy-id<\/pre>\n<p>Still following?<\/p>\n<p>Now we need to install the<a href=\"http:\/\/www.alfredforum.com\/topic\/826-ssh-with-smart-hostname-autocompletion\/\" target=\"_blank\"> ssh workflow<\/a> for Alfred. This already enables us to connect to the hosts we want to but we still want a passwordless login, so keep on following this post.<\/p>\n<p>As seen in this post from <a href=\"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-set-up-ssh-keys--2\" target=\"_blank\">Digitalocean<\/a>, it&#8217;s really easy to set up ssh keys to enable the passwordless login.<\/p>\n<p>First we need to generate a ssh-key with the\u00a0ssh-keygen command.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">ssh-keygen -t rsa<\/pre>\n<p>After generating the keys with the default options you can copy the public key to the server with the ssh-copy-id command.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">ssh-copy-id user@12.34.56.78<\/pre>\n<p>This command should generate a output similar to the one below.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">The authenticity of host '12.34.56.78 (12.34.56.78)' can't be established.\r\nRSA key fingerprint is b1:2d:33:67:ce:35:4d:5f:f3:a8:cd:c0:c4:48:86:12.\r\nAre you sure you want to continue connecting (yes\/no)? yes\r\nWarning: Permanently added '12.34.56.78' (RSA) to the list of known hosts.\r\nuser@12.34.56.78's password:\r\nNow try logging into the machine, with &quot;ssh 'user@12.34.56.78'&quot;, and check in:\r\n\r\n  ~\/.ssh\/authorized_keys\r\n\r\nto make sure we haven't added extra keys that you weren't expecting.<\/pre>\n<p>Now you can try to login without a password and it should work. To integrate Alfred in this workflow, first type the hotkey to open Alfred (Alt+Space) and then type in ssh followed by user@host for the server you want to connect to.<\/p>\n<p><strong>Awesome tip\u00a0thanks to bowersrob:<\/strong><\/p>\n<blockquote><p>speed it up a bit more (after installing brew and copy-id):<\/p>\n<p>vi ~\/.ssh\/config and add three lines for each host you regularly connect to (example below):<\/p>\n<p>Host s1 (any easy to remember \u201cname\u201d you will use for your connection)<br \/>\nHostName my_server.mydomain.com (or IP Address if static \u2013 192.168.0.100)<br \/>\nUser admin (whatever user name you use to login to the server with)<\/p>\n<p>Save and test in Alfred:<\/p>\n<p>ssh s1<\/p><\/blockquote>\n<p>At this moment you should be at least as fast as I am. If you have any question or have run into problems while following this tutorial, please leave a comment and I will get back to you.<\/p>\n<p>Source: <a href=\"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-set-up-ssh-keys--2\" target=\"_blank\">https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-set-up-ssh-keys&#8211;2<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">You wish you were that fast to securely login via ssh right? Actually if you&#8217;re also using a mac you can do that too. First off you need to install Alfred and buy the Powerpack so you can use Workflows with Alfred. http:\/\/www.alfredapp.com\/powerpack\/ Also we need brew\u00a0so we can install ssh-copy-id. brew install ssh-copy-id Still following? Now we need to &#8230; <a class=\"read-more\" href=\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":1146,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[45],"tags":[],"class_list":["post-1145","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser\" \/>\n<meta property=\"og:description\" content=\"You wish you were that fast to securely login via ssh right? Actually if you&#8217;re also using a mac you can do that too. First off you need to install Alfred and buy the Powerpack so you can use Workflows with Alfred. http:\/\/www.alfredapp.com\/powerpack\/ Also we need brew\u00a0so we can install ssh-copy-id. brew install ssh-copy-id Still following? Now we need to ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\" \/>\n<meta property=\"og:site_name\" content=\"Robin Glauser\" \/>\n<meta property=\"article:published_time\" content=\"2015-07-02T05:32:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-07-21T14:16:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Robin Glauser\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:site\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Robin Glauser\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\"},\"author\":{\"name\":\"Robin Glauser\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"headline\":\"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX\",\"datePublished\":\"2015-07-02T05:32:42+00:00\",\"dateModified\":\"2015-07-21T14:16:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\"},\"wordCount\":429,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"image\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif\",\"articleSection\":[\"Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\",\"name\":\"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser\",\"isPartOf\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif\",\"datePublished\":\"2015-07-02T05:32:42+00:00\",\"dateModified\":\"2015-07-21T14:16:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif\",\"contentUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif\",\"width\":600,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.robinglauser.ch\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#website\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/\",\"name\":\"Robin Glauser\",\"description\":\"My Blog about Development, Design and my random thoughts.\",\"publisher\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.robinglauser.ch\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19\",\"name\":\"Robin Glauser\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"url\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"contentUrl\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\",\"width\":800,\"height\":530,\"caption\":\"Robin Glauser\"},\"logo\":{\"@id\":\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg\"},\"description\":\"I'm a web developer.\",\"sameAs\":[\"https:\/\/www.robinglauser.ch\",\"https:\/\/www.instagram.com\/robinglauser\/\",\"https:\/\/x.com\/robinglauser\"],\"url\":\"https:\/\/www.robinglauser.ch\/blog\/author\/robin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/","og_locale":"en_US","og_type":"article","og_title":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser","og_description":"You wish you were that fast to securely login via ssh right? Actually if you&#8217;re also using a mac you can do that too. First off you need to install Alfred and buy the Powerpack so you can use Workflows with Alfred. http:\/\/www.alfredapp.com\/powerpack\/ Also we need brew\u00a0so we can install ssh-copy-id. brew install ssh-copy-id Still following? Now we need to ... Read More","og_url":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/","og_site_name":"Robin Glauser","article_published_time":"2015-07-02T05:32:42+00:00","article_modified_time":"2015-07-21T14:16:13+00:00","og_image":[{"width":600,"height":400,"url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif","type":"image\/gif"}],"author":"Robin Glauser","twitter_card":"summary_large_image","twitter_creator":"@robinglauser","twitter_site":"@robinglauser","twitter_misc":{"Written by":"Robin Glauser","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#article","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/"},"author":{"name":"Robin Glauser","@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"headline":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX","datePublished":"2015-07-02T05:32:42+00:00","dateModified":"2015-07-21T14:16:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/"},"wordCount":429,"commentCount":2,"publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif","articleSection":["Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/","url":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/","name":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX - Robin Glauser","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif","datePublished":"2015-07-02T05:32:42+00:00","dateModified":"2015-07-21T14:16:13+00:00","breadcrumb":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#primaryimage","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/07\/out.gif","width":600,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/07\/02\/use-alfred-and-ssh-keys-for-blazing-fast-password-less-ssh-login-on-osx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robinglauser.ch\/blog\/"},{"@type":"ListItem","position":2,"name":"Use Alfred and SSH-Keys for blazing fast password-less SSH login on OSX"}]},{"@type":"WebSite","@id":"https:\/\/www.robinglauser.ch\/blog\/#website","url":"https:\/\/www.robinglauser.ch\/blog\/","name":"Robin Glauser","description":"My Blog about Development, Design and my random thoughts.","publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.robinglauser.ch\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19","name":"Robin Glauser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","width":800,"height":530,"caption":"Robin Glauser"},"logo":{"@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg"},"description":"I'm a web developer.","sameAs":["https:\/\/www.robinglauser.ch","https:\/\/www.instagram.com\/robinglauser\/","https:\/\/x.com\/robinglauser"],"url":"https:\/\/www.robinglauser.ch\/blog\/author\/robin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/comments?post=1145"}],"version-history":[{"count":11,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1145\/revisions"}],"predecessor-version":[{"id":1200,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1145\/revisions\/1200"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media\/1146"}],"wp:attachment":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media?parent=1145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/categories?post=1145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/tags?post=1145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}