{"id":661,"date":"2014-05-28T05:33:02","date_gmt":"2014-05-28T12:33:02","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=661"},"modified":"2014-05-28T05:33:02","modified_gmt":"2014-05-28T12:33:02","slug":"ssh-through-intermediate-using-putty","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/ssh-through-intermediate-using-putty\/","title":{"rendered":"SSH Through Intermediate Using Putty"},"content":{"rendered":"
Most of the time when you are forced to access a system through an intermediate hop it is fairly trivial either manually or automating it with ssh config.\u00a0 That is assuming you are using *nix.\u00a0 When using putty this is also possible and here is a quick note on what I did.<\/p>\n
First off ensure you have a working ssh key<\/strong> to the intermediate host you will be using.<\/p>\n Next setup and save your new putty session as you would for any other connection.<\/p>\n Under Connection<\/strong> -> Proxy<\/strong> pick Local<\/strong> and set the Proxy hostname<\/strong> to your intermediate host (I set port to 0 but port does not matter).<\/p>\n Under local proxy command<\/strong> set something like this:<\/p>\n Most of the time when you are forced to access a system through an intermediate hop it is fairly trivial<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[47,21],"tags":[],"class_list":["post-661","post","type-post","status-publish","format-standard","hentry","category-putty","category-ssh"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=661"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/661\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}\r\nplink.exe %proxyhost -l root -agent -nc %host:%port\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"