<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/ssh</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 05:39:32 GMT</pubDate>
<item>
<title>(Bash) ssh via proxy - crazylion</title>
<link>http://snipplr.com/view/7677/ssh-via-proxy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Aug 2008 01:33:34 GMT</pubDate>
<guid>http://snipplr.com/view/7677/ssh-via-proxy/</guid>
</item>
<item>
<title>(Bash) bash lines for simple statistics on SSH break-in attempts - scarfboy</title>
<link>http://snipplr.com/view/7675/bash-lines-for-simple-statistics-on-ssh-breakin-attempts/</link>
<description><![CDATA[ <p>Assumes logs are in /var/log/sshd/* and makes a few text format assumptions that probably make this specific to OpenSSH.

Simple, but more than you can see from a quick less.</p> ]]></description>
<pubDate>Sat, 02 Aug 2008 12:50:13 GMT</pubDate>
<guid>http://snipplr.com/view/7675/bash-lines-for-simple-statistics-on-ssh-breakin-attempts/</guid>
</item>
<item>
<title>(Bash) Securely access (e.g. firewall filtered) remote services through ssh tunnel - iblis</title>
<link>http://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel/</link>
<description><![CDATA[ <p>1. Allows encryption between client and server 
2. Bypasses filtered port, if any on the standard port for the given service.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 13:48:32 GMT</pubDate>
<guid>http://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel/</guid>
</item>
<item>
<title>(Bash) Reverse ssh tunnel - Juanje</title>
<link>http://snipplr.com/view/6220/reverse-ssh-tunnel/</link>
<description><![CDATA[ <p>This is very useful with dinamic IP connections. You can connect from the host with the dinamic IP, leave the tunnel open to other machine with ssh access and fixed IP and then connect to this machine on specific port (22000 in the example) to connect to the host with dinamic IP.

Also it can be useful in case you need access to a host which is inside a local network and you can't access from outside, but from this host you can connect to outside.</p> ]]></description>
<pubDate>Wed, 14 May 2008 03:52:34 GMT</pubDate>
<guid>http://snipplr.com/view/6220/reverse-ssh-tunnel/</guid>
</item>
<item>
<title>(Bash) Customize SSH config for every login - cczona</title>
<link>http://snipplr.com/view/6000/customize-ssh-config-for-every-login/</link>
<description><![CDATA[ <p>Changing default settings

The defaults for the ssh-related commands can be altered for each account in a configuration file ~/.ssh/config (there is also a system-wide file, usually /etc/ssh/ssh_config). Each entry starts with a Host keyword. You can use wildcards to match all the appropriate systems:

    * ? matches any single character
    * * matches any sequence of zero or more characters

Usual keywords include (defaults in parenthesis):

Compression yes/no (no)
    Controls whether compression is used on the connection. 
CompressionLevel 1-9 (6)
    Level of compression: 1 is fastest, 9 is slowest (achieves best compression). Compression is good for slow links (saves bandwidth) and fast machines. 
FallBackToRsh yes/no (yes)
    If a secure connection to the remote system cannot be established the commands can try unsecure connections (a warning will be displayed if this happens). On highly secure systems this could be disabled in the system-wide configuration. 
KeepAlive yes/no (yes)
    Controls whether TCP keepalive messages are used. When enabled it is possible to detect network outages and automatically close your connections (which is good). However, if you are connected over a dialup link that automatically dials when there is traffic, you will want to turn this off to avoid unnecessarily bringing up the line. 
User account (local account)
    Specify the remote account name. Add this to avoid having to use the -l option when issuing commands. 


For a complete list of options see sshd_config(5): http://netbsd.gw.com/cgi-bin/man-cgi?sshd_config+5

NOTE: Host can alternately set an alias name for a Hostname</p> ]]></description>
<pubDate>Fri, 25 Apr 2008 14:02:30 GMT</pubDate>
<guid>http://snipplr.com/view/6000/customize-ssh-config-for-every-login/</guid>
</item>
<item>
<title>(Bash) Remove timestamp in the future error - therobot</title>
<link>http://snipplr.com/view/3829/remove-timestamp-in-the-future-error/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2007 03:48:54 GMT</pubDate>
<guid>http://snipplr.com/view/3829/remove-timestamp-in-the-future-error/</guid>
</item>
<item>
<title>(Bash) ssh with debug options - vanne</title>
<link>http://snipplr.com/view/2025/ssh-with-debug-options/</link>
<description><![CDATA[ <p>SSh with 3 levels of debugging this useful if you can't login and need to see what is going on.</p> ]]></description>
<pubDate>Thu, 25 Jan 2007 07:08:04 GMT</pubDate>
<guid>http://snipplr.com/view/2025/ssh-with-debug-options/</guid>
</item>
<item>
<title>(Bash) Bash - Abilitare il NAT - whitetiger</title>
<link>http://snipplr.com/view/1639/bash--abilitare-il-nat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/1639/bash--abilitare-il-nat/</guid>
</item>
<item>
<title>(Bash) Bash - DVD2Divx - whitetiger</title>
<link>http://snipplr.com/view/1637/bash--dvd2divx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/1637/bash--dvd2divx/</guid>
</item>
<item>
<title>(Bash) Bash - mp32wav - whitetiger</title>
<link>http://snipplr.com/view/1638/bash--mp32wav/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/1638/bash--mp32wav/</guid>
</item>
<item>
<title>(Bash) Linux - Mount Bind - whitetiger</title>
<link>http://snipplr.com/view/1632/linux--mount-bind/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:43 GMT</pubDate>
<guid>http://snipplr.com/view/1632/linux--mount-bind/</guid>
</item>
<item>
<title>(Bash) Linux - Cambiare Tema a gtk 1 e 2 - whitetiger</title>
<link>http://snipplr.com/view/1633/linux--cambiare-tema-a-gtk-1-e-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:43 GMT</pubDate>
<guid>http://snipplr.com/view/1633/linux--cambiare-tema-a-gtk-1-e-2/</guid>
</item>
<item>
<title>(Bash) Bash - Creare una galleria di mini immagini - whitetiger</title>
<link>http://snipplr.com/view/1596/bash--creare-una-galleria-di-mini-immagini/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:56 GMT</pubDate>
<guid>http://snipplr.com/view/1596/bash--creare-una-galleria-di-mini-immagini/</guid>
</item>
<item>
<title>(Bash) Bash - 3gpToMpeg - whitetiger</title>
<link>http://snipplr.com/view/1578/bash--3gptompeg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:39 GMT</pubDate>
<guid>http://snipplr.com/view/1578/bash--3gptompeg/</guid>
</item>
<item>
<title>(Bash) Bash - avi2mpg - whitetiger</title>
<link>http://snipplr.com/view/1574/bash--avi2mpg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:37 GMT</pubDate>
<guid>http://snipplr.com/view/1574/bash--avi2mpg/</guid>
</item>
</channel>
</rss>