{"id":3776,"date":"2024-10-08T11:23:40","date_gmt":"2024-10-08T09:23:40","guid":{"rendered":"https:\/\/www.robinglauser.ch\/blog\/?p=3776"},"modified":"2024-10-08T11:23:40","modified_gmt":"2024-10-08T09:23:40","slug":"ssh-on-the-fly-dynamic-port-forwarding","status":"publish","type":"post","link":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/","title":{"rendered":"SSH on the Fly: Dynamic Port Forwarding"},"content":{"rendered":"<p><a href=\"https:\/\/x.com\/flakpaket\/status\/1686723533412708352\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3780 size-full\" src=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/CleanShot-2024-10-08-at-10.43.13.png\" alt=\"Jon Gorenflo = 0 @flakpaket #OneLinerWednesday Ever start an SSH session, but wish you had a set up a port forwarder? To add a dynamic forwarder to the session do the following: $ ~C ssh&gt; -D 4242 Forwarding port. $ (You'll need to press 'ENTER' twice after the port number) Post \u00fcbersetzen 3:00 nachm. \u2022 2. Aug. 2023 \u2022 46.839 Mal angezeigt\" width=\"585\" height=\"371\" srcset=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/CleanShot-2024-10-08-at-10.43.13.png 585w, https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/CleanShot-2024-10-08-at-10.43.13-400x254.png 400w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/x.com\/flakpaket\/status\/1686723533412708352\">Jon Gorenflo&#8217;s tweet<\/a> shares a handy SSH trick for dynamically adding port forwarding to an existing SSH session. I haven&#8217;t seen it anywhere else and wanted to share it here.. This technique allows users to set up port forwarding on-the-fly, without having to disconnect and reconnect.<\/p>\n<p>To use this trick:<\/p>\n<ol>\n<li>While in an SSH session, type <code>~C<\/code> (tilde followed by capital C)<\/li>\n<li>At the &#8220;ssh&gt;&#8221; prompt, enter <code>-D<\/code> followed by the desired port number (e.g. <code>-D 4242<\/code>) or other ssh flags listed at the end of the article like <code>-L 8080:localhost:8000<\/code><\/li>\n<li>Press Enter twice<\/li>\n<\/ol>\n<p>This opens a SOCKS proxy on the specified local port, tunneling through your SSH connection. It&#8217;s particularly useful when you realize you need port forwarding after already connecting to a remote system.<\/p>\n<p><strong>Important Note:<\/strong> If you encounter a &#8220;commandline disabled&#8221; error when trying to use the <code>~C<\/code> escape sequence, you may need to explicitly enable this functionality. Add the following line to your SSH config file (<code>~\/.ssh\/config<\/code>):<\/p>\n<pre><code>EnableEscapeCommandline yes<\/code><\/pre>\n<p>Alternatively, you can specify this option when initiating the SSH connection:<\/p>\n<pre><code>ssh -o EnableEscapeCommandline=yes user@host<\/code><\/pre>\n<p>This ensures that the escape command line is available during your SSH session.<\/p>\n<p>From the <a href=\"https:\/\/linuxcommand.org\/lc3_man_pages\/ssh1.html\">ssh man pages:<\/a><\/p>\n<pre>ESCAPE CHARACTERS\r\n     When a pseudo-terminal has been requested, ssh supports a number of\r\n     functions through the use of an escape character.\r\n\r\n     A single tilde character can be sent as ~~ or by following the tilde\r\n     by a character other than those described below.  The escape charac\u2010\r\n     ter must always follow a newline to be interpreted as special.  The\r\n     escape character can be changed in configuration files using the\r\n     EscapeChar configuration directive or on the command line by the -e\r\n     option.\r\n\r\n     The supported escapes (assuming the default \u2018~\u2019) are:\r\n\r\n     ~.      Disconnect.\r\n\r\n     ~^Z     Background ssh.\r\n\r\n     ~#      List forwarded connections.\r\n\r\n     ~&amp;      Background ssh at logout when waiting for forwarded connec\u2010\r\n             tion \/ X11 sessions to terminate.\r\n\r\n     ~?      Display a list of escape characters.\r\n\r\n     ~B      Send a BREAK to the remote system (only useful if the peer\r\n             supports it).\r\n\r\n     ~C      Open command line.  Currently this allows the addition of\r\n             port forwardings using the -L, -R and -D options (see\r\n             above).  It also allows the cancellation of existing port-\r\n             forwardings with -KL[bind_address:]port for local,\r\n             -KR[bind_address:]port for remote and -KD[bind_address:]port\r\n             for dynamic port-forwardings.  !command allows the user to\r\n             execute a local command if the PermitLocalCommand option is\r\n             enabled in ssh_config(5).  Basic help is available, using\r\n             the -h option.\r\n\r\n     ~R      Request rekeying of the connection (only useful if the peer\r\n             supports it).\r\n\r\n     ~V      Decrease the verbosity (LogLevel) when errors are being\r\n             written to stderr.\r\n\r\n     ~v      Increase the verbosity (LogLevel) when errors are being\r\n             written to stderr.<\/pre>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">Jon Gorenflo&#8217;s tweet shares a handy SSH trick for dynamically adding port forwarding to an existing SSH session. I haven&#8217;t seen it anywhere else and wanted to share it here.. This technique allows users to set up port forwarding on-the-fly, without having to disconnect and reconnect. To use this trick: While in an SSH session, type ~C (tilde followed by &#8230; <a class=\"read-more\" href=\"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":3779,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[45],"tags":[],"class_list":["post-3776","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.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SSH on the Fly: Dynamic Port Forwarding - 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\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SSH on the Fly: Dynamic Port Forwarding - Robin Glauser\" \/>\n<meta property=\"og:description\" content=\"Jon Gorenflo&#8217;s tweet shares a handy SSH trick for dynamically adding port forwarding to an existing SSH session. I haven&#8217;t seen it anywhere else and wanted to share it here.. This technique allows users to set up port forwarding on-the-fly, without having to disconnect and reconnect. To use this trick: While in an SSH session, type ~C (tilde followed by ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/\" \/>\n<meta property=\"og:site_name\" content=\"Robin Glauser\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-08T09:23:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/\"},\"author\":{\"name\":\"Robin Glauser\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\"},\"headline\":\"SSH on the Fly: Dynamic Port Forwarding\",\"datePublished\":\"2024-10-08T09:23:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/\"},\"wordCount\":194,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\"},\"image\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg\",\"articleSection\":[\"Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/\",\"name\":\"SSH on the Fly: Dynamic Port Forwarding - Robin Glauser\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg\",\"datePublished\":\"2024-10-08T09:23:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg\",\"contentUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg\",\"width\":1920,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2024\\\/10\\\/08\\\/ssh-on-the-fly-dynamic-port-forwarding\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSH on the Fly: Dynamic Port Forwarding\"}]},{\"@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":"SSH on the Fly: Dynamic Port Forwarding - 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\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/","og_locale":"en_US","og_type":"article","og_title":"SSH on the Fly: Dynamic Port Forwarding - Robin Glauser","og_description":"Jon Gorenflo&#8217;s tweet shares a handy SSH trick for dynamically adding port forwarding to an existing SSH session. I haven&#8217;t seen it anywhere else and wanted to share it here.. This technique allows users to set up port forwarding on-the-fly, without having to disconnect and reconnect. To use this trick: While in an SSH session, type ~C (tilde followed by ... Read More","og_url":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/","og_site_name":"Robin Glauser","article_published_time":"2024-10-08T09:23:40+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg","type":"image\/jpeg"}],"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\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#article","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/"},"author":{"name":"Robin Glauser","@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"headline":"SSH on the Fly: Dynamic Port Forwarding","datePublished":"2024-10-08T09:23:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/"},"wordCount":194,"commentCount":0,"publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg","articleSection":["Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/","url":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/","name":"SSH on the Fly: Dynamic Port Forwarding - Robin Glauser","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#primaryimage"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg","datePublished":"2024-10-08T09:23:40+00:00","breadcrumb":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#primaryimage","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2024\/10\/andrea-de-santis-q1vmoQtj97w-unsplash.jpg","width":1920,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/www.robinglauser.ch\/blog\/2024\/10\/08\/ssh-on-the-fly-dynamic-port-forwarding\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robinglauser.ch\/blog\/"},{"@type":"ListItem","position":2,"name":"SSH on the Fly: Dynamic Port Forwarding"}]},{"@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\/3776","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=3776"}],"version-history":[{"count":9,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/3776\/revisions"}],"predecessor-version":[{"id":11864,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/3776\/revisions\/11864"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media\/3779"}],"wp:attachment":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media?parent=3776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/categories?post=3776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/tags?post=3776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}