<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0"><channel><title>Puppy Linux Blog</title><description>Pritlog</description><link>http://mainetrapshooting.com/blog/index.php/</link><item><link>http://mainetrapshooting.com/blog/index.php/RSS/viewEntry/00038/SSH</link><title>SSH</title><category>ssh</category><description>&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 24px; color: rgb(44, 44, 41); font-style: normal; font-weight: normal;&quot;&gt;Connect to a remote machine via a SSH-secured connection and type on it's console to administer it.&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 24px; color: rgb(44, 44, 41); font-style: normal; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal;&quot;&gt;This is very simple:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; line-height: 24px;&quot;&gt;&lt;font color=&quot;#2c2c29&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;b&gt;ssh user@remoteaddress&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; line-height: 24px;&quot;&gt;Move data between machines in an encrypted and secure way. It basicly works like the standard &quot;cp&quot; command, but it has got a different name: &quot;scp&quot;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; line-height: 24px;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;scp /home/me/a_file.txt user@box_B:/home/me/&lt;/b&gt;&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 24px; color: rgb(44, 44, 41); font-style: normal; font-weight: normal;&quot;&gt;SSH offers the &quot;-D&quot; option to provide a SOCKS proxy on the local machine:&lt;/p&gt;&lt;pre style=&quot;border-width: 1px; border-style: solid; border-color: black; outline: 0px; background: rgb(255, 253, 229); margin: 5px; padding: 5px; width: 713px; white-space: pre-wrap; color: black; font-size: 14px;&quot;&gt;&lt;b&gt;ssh -D 1234 user@box_B&lt;/b&gt;&lt;/pre&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 24px; color: rgb(44, 44, 41); font-style: normal; font-weight: normal;&quot;&gt;You'll have a proxy listening on localhost port 1234. Now you just have to setup your webbrowser to use the &quot;SOCKS proxy&quot; on localhost port 1234 and all your surfing will go through Box B. You can check if it worked by visiting a website that shows your IP.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; line-height: 24px;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;outline: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 1px; margin-bottom: 15px; padding: 2px; line-height: 24px;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>


