{"id":344,"date":"2015-06-29T04:50:12","date_gmt":"2015-06-29T04:50:12","guid":{"rendered":"https:\/\/www.eskimo.com\/support\/?page_id=344"},"modified":"2016-05-24T21:22:33","modified_gmt":"2016-05-24T21:22:33","slug":"ssh-forwarding","status":"publish","type":"page","link":"https:\/\/www.eskimo.com\/support\/using-linux\/ssh-forwarding\/","title":{"rendered":"SSH Forwarding"},"content":{"rendered":"<p style=\"text-align: center;\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: 20pt; color: #008000;\">SSH Port Forwarding<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 SSH port forwarding is a method of allowing secure, encrypted connections <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">to traditionally non-encrypted services, such as POP3 for email, NNTP for <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">news, and even Telnet for remote hosts without their own SSH encrypted access.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 With this method of connecting to the servers, you would open a SSH connection to <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">&#8220;tunnel&#8221; a local port to a remote server&#8217;s port, then set your application <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">software to connect to your own local port. This way, any passwords or data being <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">transmitted at your own location (a wireless access point for instance) would be <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">sent over the encrypted SSH connection rather than out in the &#8220;open&#8221; (though the <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">final server-to-server step is indeed unencrypted by the nature of the forwarded <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">protocols).<\/span><\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 14pt;\">Port Forwarding on Unix\u00ae Machines<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 The Mac OS X, Linux, UNIX, and similar systems, including <\/span><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"http:\/\/www.cygwin.com\/\">Cygwin<\/a> for Windows\u00ae, provide the same <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">interface for accessing the ssh command, so the instructions for these <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">environments are identical:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td colspan=\"3\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">ssh \u00a0 -L \u00a0 <span style=\"color: #0000a0;\">LPORT\u00a0 <\/span><span style=\"color: #a00000;\">RHOST<\/span>:<span style=\"color: #a00000;\">RPORT<\/span> \u00a0 <span style=\"color: #008000;\">SSHHOST<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Where&#8230;<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"color: #0000a0; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">LPORT<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">=<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Local Port, a port on your machine<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"color: #a00000; font-size: 12pt;\">RHOST<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">=<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">Remote Host, server to connect to<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"color: #a00000; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">RPORT<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">=<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Remote Port, port on the remote host<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"color: #008000; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">SSHHOST<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">=<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">SSH Host; &#8220;eskimo.com&#8221; for our customers.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Unix-based servers require &#8220;root&#8221; permissions to forward locally privileged <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">ports (usually 0-1023), so setting up ports outside this range under a <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">regular user&#8217;s permissions is better for your system&#8217;s security. Also using <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">non-standard ports locally may help avoid software infections from abusing your <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">forwards.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 While it&#8217;s more secure to only have actively-used ports open at any given <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">time, any number of forwards can be setup on a single connection. For instance, <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">to only open a secure POP3 port on mail.eskimo.com:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">ssh \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 -L<\/span><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0 <span style=\"color: #0000a0;\">5110<\/span>:<span style=\"color: #a00000;\">mail.eskimo.com<\/span>:<span style=\"color: #a00000;\">110 <\/span><\/span><span style=\"color: #008000; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">eskimo.com<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 To open both POP3 and NNTP in the same manner:<\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">ssh<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">-L \u00a0 <span style=\"color: #0000a0;\">5110<\/span>:<span style=\"color: #a00000;\">mail.eskimo.com<\/span>:<span style=\"color: #a00000;\">110<\/span> \u00a0 \\<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">-L \u00a0 <span style=\"color: #0000a0;\">5119<\/span>:<span style=\"color: #a00000;\">news.eskimo.com<\/span>:<span style=\"color: #a00000;\">119 <\/span><\/span><span style=\"color: #008000; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">eskimo.com<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 You can verify that the ports have been opened for forwarding by adding &#8216;-v&#8217; <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">(for &#8216;verbose&#8217;) to the ssh arguments:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">ssh \u00a0 -L \u00a0 <span style=\"color: #0000a0;\">5110<\/span>:<span style=\"color: #a00000;\">mail.eskimo.com<\/span>:<span style=\"color: #a00000;\">110<\/span><\/span><br \/>\n<span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"> -L \u00a0 <span style=\"color: #0000a0;\">5119<\/span>:<span style=\"color: #a00000;\">news.eskimo.com<\/span>:<span style=\"color: #a00000;\">119 <\/span><\/span><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">-v \u00a0 <span style=\"color: #008000;\">eskimo.com<\/span><\/span><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">&#8230;eskimo.com: Connections to local port 5110 forwarded to remote address pop3.eskimo.com:110 eskimo.com: Connections to local port 5119 forwarded to remote address news.eskimo.com:119&#8230;<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Scroll below to &#8220;Using Forwarded Ports&#8221;.<\/span><\/p>\n<hr \/>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 14pt;\">Port Forwarding on Windows\u00ae Machines<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 The steps above will configure the <a href=\"http:\/\/www.cygwin.com\/\">Cygwin <\/a><\/span><span style=\"font-family: arial,helvetica,sans-serif;\">environment. For others, using the same example port numbers and servers as above, <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">two common applications are PuTTY and TeraTerm Pro (both free). Others may be <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">available with similar configuration terms to find in their documentation.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><b>\u00a0\u00a0\u00a0\u00a0 <a href=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/\"><span style=\"font-family: arial,helvetica,sans-serif;\">P<\/span><span style=\"font-family: arial,helvetica,sans-serif;\">u<\/span><span style=\"font-family: arial,helvetica,sans-serif;\">TTY<\/span><\/a>:<\/b><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Before starting the SSH connection to eskimo.com, go to the &#8220;Tunnels&#8221; panel <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">(within &#8220;Connection \/ SSH&#8221; in case it&#8217;s collapsed to &#8220;[+]&#8221; expandable lists), <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">make sure the &#8220;Local&#8221; option is selected (currently on the bottom of the window), <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">and for an NNTP example forward, use:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Source Port:<\/span><\/td>\n<td><span style=\"color: #0000a0; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">5119<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Destination:<\/span><\/td>\n<td><span style=\"color: #a00000; font-family: arial,helvetica,sans-serif; font-size: 12pt;\">news.eskimo.com:119<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Click &#8220;Add&#8221; to add this to the configured tunnels\/forwards. The screen below <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">shows both the typed and added versions:<\/span><\/span><\/p>\n<div align=\"center\"><span style=\"font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-353\" src=\"https:\/\/www.eskimo.com\/support\/wp-content\/uploads\/2015\/06\/putty_tunnels.gif\" alt=\"putty_tunnels\" width=\"466\" height=\"446\" \/><\/span><\/div>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Back in the &#8220;Session&#8221; portion (currently the top selection in the list) <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">preconfigured sessions can be saved for future use before connecting by <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">typing a name and choosing &#8216;Save&#8217;. Below, there are both standard non-tunnelled <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">SSH and NNTP-tunnelled saved SSH sessions. Saved sessions can be started with a <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">double-click on the appropriate name.<\/span><\/span><\/p>\n<div align=\"center\"><span style=\"font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-354\" src=\"https:\/\/www.eskimo.com\/support\/wp-content\/uploads\/2015\/06\/putty_session.gif\" alt=\"putty_session\" width=\"466\" height=\"446\" \/><\/span><\/div>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 When your session is connected and logged in, you can right-click the title <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">bar of PuTTY&#8217;s window and select &#8220;Event Log&#8221; to verify that the forward has <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">been setup:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">&#8230;(date and time) Local port 5119 forwarding to news.eskimo.com:119&#8230;<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 14pt;\"><a href=\"http:\/\/hp.vector.co.jp\/authors\/VA002416\/teraterm.html\">TeraTerm Pro<\/a> with SSH Extension:<\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 &#8220;<strong>ttssh<\/strong>&#8221; uses a command line system similar to the Unix method shown above, with a slightly different argument set:<\/span><\/p>\n<p align=\"center\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">ttssh<\/span><br \/>\n<span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"> <span style=\"color: #008000;\">eskimo.com<\/span>:22<\/span><br \/>\n<span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"> \/ssh-L<span style=\"color: #0000a0;\">5110<\/span>:<span style=\"color: #a00000;\">mail.eskimo.com<\/span>:<span style=\"color: #a00000;\">110<\/span><\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 Notice that &#8216;-L&#8217; has become &#8216;\/ssh-L&#8217; and there is no space between it and the port information. Also be sure you specify port 22 (ssh) on <span style=\"color: #008000;\">eskimo.com<\/span>. The order of the arguments may be needed as shown above (I&#8217;ll check on that&#8230;order may not be required).<\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 Alternatively, you can use the configuration window listed under <strong>Setup \/ SSH Forwarding<\/strong>.<\/span><\/p>\n<hr \/>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 14pt;\">Using Forwarded Ports<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Using these forwards requires setting your software&#8217;s preferences <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">to use the appropriate local ports instead of the unencrypted originals. <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">For example, using Mozilla Thunderbird&#8217;s mail and news settings:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Instead of&#8230;<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Incoming Mail:<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"><span style=\"color: #a00000;\">mail.eskimo.com<\/span>, port <span style=\"color: #a00000;\">110<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Use&#8230;<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Incoming Mail:<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"><span style=\"color: #0000a0;\">localhost<\/span>, port <span style=\"color: #0000a0;\">5110<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\"><span style=\"font-size: 12pt;\">\u00a0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Instead of&#8230;<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Newsgroups:<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"><span style=\"color: #a00000;\">news.eskimo.com<\/span>, port <span style=\"color: #a00000;\">119<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Use&#8230;<\/span><\/td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Newsgroups:<\/span><\/td>\n<td><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"color: #0000a0;\">localhost<\/span>, port<\/span> <span style=\"color: #0000a0;\">5119<\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\">\u00a0<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Services that could be forwarded for this reason may be anything that <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">requires username\/password authentication (email and news examples are <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">unencrypted once sent\/posted, but your own password is secured) or <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">otherwise single-port unencrypted connections, including:<\/span><\/span><\/p>\n<div align=\"center\">\n<table style=\"border: 0 !important; padding: 3px; margin-left: 50px;\">\n<caption><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">Common\u00a0Servers\u00a0and\u00a0Ports<\/span><\/caption>\n<tbody>\n<tr>\n<td><span style=\"font-size: 12pt;\">Telnet<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">&#8230;elsewhere&#8230;<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">23<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">SMTP<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">mail.eskimo.com<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">25<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">POP3<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">mail.eskimo.com<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">110<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">NNTP<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">news.eskimo.com<\/span><\/td>\n<td><span style=\"color: #a00000; font-size: 12pt;\">119<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><span style=\"font-size: 12pt;\">\u00a0<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 We do offer SSL-encrypted POP3 here as well; this forwarding version could be <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">useful where that is not available.<\/span><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSH Port Forwarding \u00a0\u00a0\u00a0\u00a0 SSH port forwarding is a method of allowing secure, encrypted connections to traditionally non-encrypted services, such as POP3 for email, NNTP for news, and even Telnet for remote hosts without their own SSH encrypted access. \u00a0\u00a0\u00a0\u00a0 &hellip; <a href=\"https:\/\/www.eskimo.com\/support\/using-linux\/ssh-forwarding\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":761,"menu_order":0,"comment_status":"open","ping_status":"open","template":"showcase.php","meta":{"footnotes":""},"class_list":["post-344","page","type-page","status-publish","hentry","wpautop"],"_links":{"self":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/comments?post=344"}],"version-history":[{"count":2,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/344\/revisions"}],"predecessor-version":[{"id":983,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/344\/revisions\/983"}],"up":[{"embeddable":true,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/761"}],"wp:attachment":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/media?parent=344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}