{"id":854,"date":"2014-01-09T05:12:32","date_gmt":"2014-01-09T04:12:32","guid":{"rendered":"http:\/\/blog.philippgoecke.de\/?p=854"},"modified":"2015-10-26T22:29:10","modified_gmt":"2015-10-26T21:29:10","slug":"ssh-over-socks-proxy","status":"publish","type":"post","link":"https:\/\/stls.eu\/blog\/2014\/01\/09\/ssh-over-socks-proxy\/","title":{"rendered":"SSH over SOCKS Proxy"},"content":{"rendered":"<pre>ssh server.tld -o ProxyCommand='nc -x proxy.tld:1234 %h %p'<\/pre>\n<p>makes use of &#8216;netcat-openbsd&#8217;<\/p>\n<pre>ssh server.tld -lBenutzer -p2210 -o ProxyCommand='nc -x proxy.tld:1234 %h %p'<\/pre>\n<pre>sftp -P2210 -o \"ProxyCommand nc -x proxy.tld:1234 %h %p\" Benutzer@server.tld:\/path\/to\/file.ext .<\/pre>\n<pre>rsync -e \"ssh -lBenutzer -p2210 -o ProxyCommand='nc -x proxy.tld:1234 %h %p'\" server.tld:\/path\/to\/file .<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ssh server.tld -o ProxyCommand=&#8217;nc -x proxy.tld:1234 %h %p&#8217; makes use of &#8216;netcat-openbsd&#8217; ssh server.tld -lBenutzer -p2210 -o ProxyCommand=&#8217;nc -x proxy.tld:1234 %h %p&#8217; sftp -P2210 -o &#8220;ProxyCommand nc -x proxy.tld:1234 %h %p&#8221; Benutzer@server.tld:\/path\/to\/file.ext . rsync -e &#8220;ssh -lBenutzer -p2210 -o ProxyCommand=&#8217;nc &hellip; <a href=\"https:\/\/stls.eu\/blog\/2014\/01\/09\/ssh-over-socks-proxy\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[54,53,20,24,55,4,52,41,51,27],"tags":[],"class_list":["post-854","post","type-post","status-publish","format-standard","hentry","category-archlinux","category-centos","category-debian","category-fedora","category-gentoo","category-linux","category-opensuse","category-ssh","category-terminal","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/comments?post=854"}],"version-history":[{"count":4,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/854\/revisions"}],"predecessor-version":[{"id":1228,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/854\/revisions\/1228"}],"wp:attachment":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/media?parent=854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/categories?post=854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/tags?post=854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}