{"id":2847,"date":"2018-09-04T08:30:09","date_gmt":"2018-09-04T07:30:09","guid":{"rendered":"https:\/\/www.threesl.com\/blog\/?p=2847"},"modified":"2022-10-07T16:40:05","modified_gmt":"2022-10-07T15:40:05","slug":"remote-workers-and-cradle-connecting-with-ssh-tunnels","status":"publish","type":"post","link":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/","title":{"rendered":"Remote Workers and Cradle &#8211; Connecting with SSH Tunnels"},"content":{"rendered":"<p>Your company is using Cradle, but you&#8217;re a remote worker &#8211; how do you connect to the Cradle server?<\/p>\n<p>If you have the <em>Cradle client utilities<\/em> installed locally without a <em>local CDS<\/em> then one method, if you have an externally accessible Linux\/Unix system is <em>SSH tunnels<\/em>.<\/p>\n<p>To use SSH tunnels you need to &#8220;<em>lock down<\/em>&#8221; the <em>Cradle server<\/em> to use specific ports, so they&#8217;re not randomly allocated from a wide pool.\u00a0 You can do this in the <samp>$CRADLEHOME\/admin\/ports<\/samp> file.<\/p>\n<p>Make a note of the internal <em>IP address<\/em> of the <em>Cradle server<\/em> &#8211; we&#8217;ll use <em>CDS_IPADDR<\/em> later in this post to reference this address. (In this test environment it is 192.168.11.168)<\/p>\n<h3>Cradle Configuration Changes<\/h3>\n<p>As an example of a small <em>Cradle<\/em> system with 6 users we can configure the ports file as such. (We&#8217;re setting ports for each possible user and an extra)<\/p>\n<p><tt>CDS_UDP_PORT_NUMBER = 23960<\/tt><tt><br \/>\n<\/tt><tt>TOOL_UDP_PORT_NUMBER = 23961<\/tt><tt><br \/>\n<\/tt><tt>PRJMAN_UDP_PORT_NUMBER = 23962<\/tt><tt><br \/>\n<\/tt><tt><br \/>\n<\/tt><tt>CDS_TCP_TOOL_PORT_NUMBER\u00a0\u00a0 = 16161<\/tt><tt><br \/>\n<\/tt><tt>CDS_TCP_PRJMAN_PORT_NUMBER = 16162<\/tt><tt><br \/>\n<\/tt><tt>UTILITIES_TCP_PORT_NUMBER\u00a0\u00a0 = 16163-16169<\/tt><tt><br \/>\n<\/tt><tt>WBENCH_TCP_PORT_NUMBER\u00a0\u00a0\u00a0\u00a0\u00a0 = 16170-16176<\/tt><tt><br \/>\nCWS_TCP_PORT_NUMBER\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = 21211-21217<br \/>\n<\/tt><tt>PRJMAN_TCP_PORT_NUMBER\u00a0\u00a0\u00a0\u00a0\u00a0 = 16177<\/tt><\/p>\n<p>This ports file needs to be copied to all the clients using this CDS.<\/p>\n<h3>Putty Configuration Changes<\/h3>\n<p>Now we can look at configuring the SSH tunnels. To do this we&#8217;ll be using PuTTY &#8211; probably the most popular Windows SSH client.<\/p>\n<p>First off, click on the Category <strong>Session<\/strong> and enter the <em>hostname<\/em> or<em> IP<\/em> of the externally accessible box in the <strong>Host Name<\/strong> field.<br \/>\nNow expand the category <strong>SSH<\/strong> and click on <strong>Tunnels<\/strong>.<br \/>\nFor each of the ports configured in Cradle we need to add an entry.<br \/>\nSo, for the first one:<br \/>\n<em>Source port<\/em>\u00a0 <tt>23960<\/tt><br \/>\n<em>Destination<\/em> <tt>CDS_IPADDR:23960<\/tt><br \/>\nYou can leave the radio buttons alone (set to <tt>Local<\/tt> &amp; <tt>Auto<\/tt>)<br \/>\nNow click the <strong>Add<\/strong> button.<\/p>\n<p>In the <em>Forwarded Ports<\/em> box you should now have an entry similar to:<br \/>\n<tt>L23960\u00a0\u00a0\u00a0\u00a0 192.168.11.168:23960<\/tt><\/p>\n<p>Repeat this for all the other ports and we end up with a <em>Forwarded ports<\/em> section which looks like (if you scroll up and down):<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png\" alt=\"Cradle Putty Tunnel Settings\" \/><\/p>\n<p><tt>L23960 192.168.11.168:23960<\/tt><br \/>\n<tt>L23961 192.168.11.168:23961<\/tt><br \/>\n<tt>L23962 192.168.11.168:23962<\/tt><br \/>\n<tt>L16161 192.168.11.168:16161<\/tt><br \/>\n<tt>L16162 192.168.11.168:16162<\/tt><br \/>\n<tt>L16163 192.168.11.168:16163<\/tt><br \/>\n<tt>L16164 192.168.11.168:16164<\/tt><br \/>\n<tt>L16165 192.168.11.168:16165<\/tt><br \/>\n<tt>L16166 192.168.11.168:16166<\/tt><br \/>\n<tt>L16167 192.168.11.168:16167<\/tt><br \/>\n<tt>L16168 192.168.11.168:16168<\/tt><br \/>\n<tt>L16169 192.168.11.168:16169<\/tt><br \/>\n<tt>L16170 192.168.11.168:16170<\/tt><br \/>\n<tt>L16171 192.168.11.168:16171<\/tt><br \/>\n<tt>L16172 192.168.11.168:16172<\/tt><br \/>\n<tt>L16173 192.168.11.168:16173<\/tt><br \/>\n<tt>L16174 192.168.11.168:16174<\/tt><br \/>\n<tt>L16175 192.168.11.168:16175<\/tt><br \/>\n<tt>L16176 192.168.11.168:16176<\/tt><br \/>\n<tt>L16177 192.168.11.168:16177<\/tt><\/p>\n<p>Click back on the category <strong>Session<\/strong>, then add a name to the <strong>Saved Sessions<\/strong> and click on <strong>Save<\/strong> &#8211; so we don&#8217;t have to do this again.<\/p>\n<p>If you now click on <strong>Open<\/strong> and login to the Linux host.<br \/>\nYou can now use your local Cradle client with it pointed to the <em>CDS<\/em> as being on your local IP.<\/p>\n<p>While you have this <em>SSH<\/em> session active, you will be able to access the <em>CDS<\/em> over the <em>SSH tunnels<\/em>.<\/p>\n<aside class=\"mashsb-container mashsb-main mashsb-stretched\"><div class=\"mashsb-box\"><div class=\"mashsb-buttons\"><a class=\"mashicon-twitter mash-small mash-center mashsb-noshadow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=&amp;url=https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/&amp;via=threesl\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Tweet<\/span><\/a><a class=\"mashicon-facebook mash-small mash-center mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.threesl.com%2Fblog%2Fremote-workers-and-cradle-connecting-with-ssh-tunnels%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Share<\/span><\/a><a class=\"mashicon-subscribe mash-small mash-center mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Newsletter<\/span><\/a><div class=\"onoffswitch2 mash-small mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.47-->","protected":false},"excerpt":{"rendered":"<p>Your company is using Cradle, but you&#8217;re a remote worker &#8211; how do you connect to the Cradle server? If you have the Cradle client utilities installed locally without a local CDS then one method, if you have an externally accessible Linux\/Unix system is SSH tunnels. To use SSH tunnels you need to &#8220;lock down&#8221; &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Remote Workers and Cradle &#8211; Connecting with SSH Tunnels&#8221;<\/span><\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"no","footnotes":""},"categories":[78],"tags":[606,22],"class_list":["post-2847","post","type-post","status-publish","format-standard","hentry","category-articles","tag-network","tag-settings-configuration-preferences-customise"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Remote Workers and Cradle - Connecting with SSH Tunnels<\/title>\n<meta name=\"description\" content=\"Further information on how to connect remotely using SSH tunnels\" \/>\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.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Remote Workers and Cradle - Connecting with SSH Tunnels\" \/>\n<meta property=\"og:description\" content=\"Further information on how to connect remotely using SSH tunnels\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/\" \/>\n<meta property=\"og:site_name\" content=\"3SL Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/3SLCradle\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-04T07:30:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-07T15:40:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png\" \/>\n<meta name=\"author\" content=\"David Priestley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threesl\" \/>\n<meta name=\"twitter:site\" content=\"@threesl\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Priestley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/\"},\"author\":{\"name\":\"David Priestley\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/99b90c7d7e9a06283a6235adcb89c5b2\"},\"headline\":\"Remote Workers and Cradle &#8211; Connecting with SSH Tunnels\",\"datePublished\":\"2018-09-04T07:30:09+00:00\",\"dateModified\":\"2022-10-07T15:40:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/\"},\"wordCount\":445,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/PuTTY-Tunnels.png\",\"keywords\":[\"network\",\"settings\\\/configuration\\\/prefs\\\/customise\"],\"articleSection\":[\"Articles\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/\",\"name\":\"Remote Workers and Cradle - Connecting with SSH Tunnels\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/PuTTY-Tunnels.png\",\"datePublished\":\"2018-09-04T07:30:09+00:00\",\"dateModified\":\"2022-10-07T15:40:05+00:00\",\"description\":\"Further information on how to connect remotely using SSH tunnels\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/PuTTY-Tunnels.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/PuTTY-Tunnels.png\",\"width\":452,\"height\":442,\"caption\":\"Cradle Putty Tunnel Settings\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-workers-and-cradle-connecting-with-ssh-tunnels\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Remote Workers and Cradle &#8211; Connecting with SSH Tunnels\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"name\":\"3SL Blog\",\"description\":\"From concept to creation\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\",\"name\":\"3SL\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"width\":152,\"height\":80,\"caption\":\"3SL\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/facebook.com\\\/3SLCradle\",\"https:\\\/\\\/x.com\\\/threesl\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/99b90c7d7e9a06283a6235adcb89c5b2\",\"name\":\"David Priestley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g\",\"caption\":\"David Priestley\"},\"sameAs\":[\"https:\\\/\\\/www.threesl.com\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Remote Workers and Cradle - Connecting with SSH Tunnels","description":"Further information on how to connect remotely using SSH tunnels","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.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/","og_locale":"en_GB","og_type":"article","og_title":"Remote Workers and Cradle - Connecting with SSH Tunnels","og_description":"Further information on how to connect remotely using SSH tunnels","og_url":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/","og_site_name":"3SL Blog","article_publisher":"http:\/\/facebook.com\/3SLCradle","article_published_time":"2018-09-04T07:30:09+00:00","article_modified_time":"2022-10-07T15:40:05+00:00","og_image":[{"url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png","type":"","width":"","height":""}],"author":"David Priestley","twitter_card":"summary_large_image","twitter_creator":"@threesl","twitter_site":"@threesl","twitter_misc":{"Written by":"David Priestley","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#article","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/"},"author":{"name":"David Priestley","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/99b90c7d7e9a06283a6235adcb89c5b2"},"headline":"Remote Workers and Cradle &#8211; Connecting with SSH Tunnels","datePublished":"2018-09-04T07:30:09+00:00","dateModified":"2022-10-07T15:40:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/"},"wordCount":445,"publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png","keywords":["network","settings\/configuration\/prefs\/customise"],"articleSection":["Articles"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/","url":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/","name":"Remote Workers and Cradle - Connecting with SSH Tunnels","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#primaryimage"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png","datePublished":"2018-09-04T07:30:09+00:00","dateModified":"2022-10-07T15:40:05+00:00","description":"Further information on how to connect remotely using SSH tunnels","breadcrumb":{"@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#primaryimage","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/07\/PuTTY-Tunnels.png","width":452,"height":442,"caption":"Cradle Putty Tunnel Settings"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threesl.com\/blog\/remote-workers-and-cradle-connecting-with-ssh-tunnels\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threesl.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Remote Workers and Cradle &#8211; Connecting with SSH Tunnels"}]},{"@type":"WebSite","@id":"https:\/\/www.threesl.com\/blog\/#website","url":"https:\/\/www.threesl.com\/blog\/","name":"3SL Blog","description":"From concept to creation","publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threesl.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.threesl.com\/blog\/#organization","name":"3SL","url":"https:\/\/www.threesl.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","width":152,"height":80,"caption":"3SL"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/3SLCradle","https:\/\/x.com\/threesl"]},{"@type":"Person","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/99b90c7d7e9a06283a6235adcb89c5b2","name":"David Priestley","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c53e332de1d4b301bd3c74aab3ea25027e64ad09f533a269ea113feb44affc48?s=96&d=mm&r=g","caption":"David Priestley"},"sameAs":["https:\/\/www.threesl.com\/"]}]}},"modified_by":"Jan Lamb","_links":{"self":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/2847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/comments?post=2847"}],"version-history":[{"count":11,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/2847\/revisions"}],"predecessor-version":[{"id":7525,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/2847\/revisions\/7525"}],"wp:attachment":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/media?parent=2847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/categories?post=2847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/tags?post=2847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}