<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://wiki.marandcustomsolutions.com/rdf'>
    <s:Snip rdf:ID='putty'
         s:name='putty'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:content>Putty comes with some additional utilities. One of them plink, can be used to connect to remote machine, and then have it route a local port to the remote machine as if it was local, essentially creates an ssl tunnel\\&#xD;&#xA;----&#xD;&#xA;1 plink.exe&#xD;&#xA;{code}&#xD;&#xA;plink -ssh $username@$server -L &lt;localport&gt;:localhost:&lt;remoteport&gt; -C -N&#xD;&#xA;{code}&#xD;&#xA;\\&#xD;&#xA;This would create an ssl tunnel, and any traffic to the &lt;localport&gt; of the localhost would be pushed to the &lt;remoteport&gt;\\&#xD;&#xA;eg. For mysql:&#xD;&#xA;{code}&#xD;&#xA;C:\Program Files\PuTTY&gt;plink -ssh &lt;user&gt;@&lt;server&gt; -L 3366:localhost:3306 -C -N&#xD;&#xA;{code}&#xD;&#xA;This would now allow the mysql admin to connect to localhost:3366, which would tunnel to the remote server and talk to 3306!&#xD;&#xA;&#xD;&#xA;Great for say connecting a local mysql admin console to a remote server.&#xD;&#xA;----&#xD;&#xA;</s:content>
        <s:mTime>2008-06-07 17:22:13.0</s:mTime>
        <s:cTime>2006-08-12 20:10:01.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#snipsnap-index/SQL*PLUS'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/ClearCase/ConfigSpec'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Linux/CentOS'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/WebSEAL/WebSEAL Junctions'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Windows Shortcut Keys'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#USB vs. Firewire'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Selenium'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#putty/'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/RAD'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/HTTP Header'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Tomcat'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Entity Relationship Diagram'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/ClearCase'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/Portal/themes'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Linux/Commands'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Firefox Extensions'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>

