<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Tiptop Software Company</title>
	<atom:link href="http://www.tiptopsoftwarecompany.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tiptopsoftwarecompany.com</link>
	<description>Reliable Software Developed the Agile Way</description>
	<pubDate>Fri, 02 Oct 2009 14:46:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port Scanning</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2009/06/12/port-scanning/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2009/06/12/port-scanning/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:34:47 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/?p=53</guid>
		<description><![CDATA[Sometimes, nothing is more convenient than to do a port scan on a machine to find out what services it offers.  The nmap command is very useful to do this:

nmap -sS 192.168.1.1
Starting Nmap 4.53 ( http://insecure.org ) at 2009-06-12 10:11 MDT
Interesting ports on 192.168.1.1 (192.168.1.1):
Not shown: 1683 closed ports
PORT      [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, nothing is more convenient than to do a port scan on a machine to find out what services it offers.  The nmap command is very useful to do this:</p>
<p><code><br />
nmap -sS 192.168.1.1<br />
Starting Nmap 4.53 ( http://insecure.org ) at 2009-06-12 10:11 MDT<br />
Interesting ports on 192.168.1.1 (192.168.1.1):<br />
Not shown: 1683 closed ports<br />
PORT      STATE    SERVICE<br />
1/tcp     filtered tcpmux<br />
4/tcp     filtered unknown<br />
7/tcp     filtered echo<br />
8/tcp     filtered unknown<br />
10/tcp    filtered unknown<br />
13/tcp    filtered daytime<br />
14/tcp    filtered unknown<br />
18/tcp    filtered msp<br />
19/tcp    filtered chargen<br />
21/tcp    open     ftp<br />
22/tcp    open     ssh<br />
23/tcp    filtered telnet<br />
25/tcp    filtered smtp<br />
53/tcp    filtered domain<br />
80/tcp    open     http<br />
110/tcp   open     pop3<br />
137/tcp   filtered netbios-ns<br />
194/tcp   filtered irc<br />
445/tcp   filtered microsoft-ds<br />
529/tcp   filtered irc<br />
873/tcp   open     rsync<br />
994/tcp   filtered ircs<br />
1026/tcp  filtered LSA-or-nterm<br />
1434/tcp  filtered ms-sql-m<br />
4000/tcp  open     remoteanything<br />
6000/tcp  filtered X11<br />
6662/tcp  filtered radmind<br />
6667/tcp  filtered irc<br />
6669/tcp  filtered irc<br />
7000/tcp  filtered afs3-fileserver<br />
32773/tcp filtered sometimes-rpc9</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 4.500 seconds<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2009/06/12/port-scanning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby and RoR file extensions</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/ruby-and-ror-file-extensions/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/ruby-and-ror-file-extensions/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:45:21 +0000</pubDate>
		<dc:creator>diane</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/ruby-and-ror-file-extensions/</guid>
		<description><![CDATA[Writing in Flex was a nice experience because it&#8217;s so Java-like.   Then I started writing Ruby on Rail apps.
Don&#8217;t get me wrong, I definitely appreciate the power that the ruby language and RoR framework provides.   But, face it, if you&#8217;re used to Java, the ruby syntax can be &#8230;hmmm&#8230;. unfamiliar.
My first obstacle was [...]]]></description>
			<content:encoded><![CDATA[<p>Writing in Flex was a nice experience because it&#8217;s so Java-like.   Then I started writing Ruby on Rail apps.</p>
<p>Don&#8217;t get me wrong, I definitely appreciate the power that the ruby language and RoR framework provides.   But, face it, if you&#8217;re used to Java, the ruby syntax can be &#8230;hmmm&#8230;. unfamiliar.</p>
<p>My first obstacle was figuring out file extensions:</p>
<ul>
<li>.erb are embedded ruby tags, e.g. &lt;%.  May see an html.erb file.</li>
<li>.rb are ruby scripts or RoR class files</li>
<li>.rhtml - ruby on rails script (application/x-httpd-eruby)</li>
</ul>
<p>That&#8217;s when I found a helpful site called <a href="http://filext.com">filext.com</a> which is pretty good for looking up file extensions.</p>
<p><!--f198aa06010f48286b2b8f8657ee0438--></p>
<p><!--95ad9c08440b1c2a71f7a4c76eb84ef6--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/ruby-and-ror-file-extensions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stuck in SYN-SENT</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/stuck-in-syn-sent/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/stuck-in-syn-sent/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:20:14 +0000</pubDate>
		<dc:creator>diane</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[HTTP request]]></category>

		<category><![CDATA[TCP/IP]]></category>

		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/stuck-in-syn-sent/</guid>
		<description><![CDATA[Recently, in an Adobe Flex project running on Windows OS, I was noticing a huge delay when tearing down the process.  The process used URLMonitor to access a service and, if the service was unreachable or if a timer went off, it just exited.
By the way, URLMonitor just sends out an HTTP request.   In [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, in an Adobe Flex project running on Windows OS, I was noticing a huge delay when tearing down the process.  The process used URLMonitor to access a service and, if the service was unreachable or if a timer went off, it just exited.</p>
<p>By the way, URLMonitor just sends out an HTTP request.   In our application if the timer went off URLMonitor.stop() was called and the application exited.</p>
<p>Upon exit(), the application would disappear from Windows Task Manager, but the process would still be in the task list.   By running a netstat, we saw that the process still held a socket in the SYN_SENT state.  (For a pretty good diagram of TCP socket state machine, see <a href="http://en.wikipedia.org/wiki/Image:Tcp_state_diagram_new.svg">wikipedia</a>.)</p>
<p>In Windows, the process wouldn&#8217;t return to the OS or .bat file, until this socket state was cleared up.</p>
<p><!--6305bd05130f7b41ce147188b9a2ef9a--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/11/13/stuck-in-syn-sent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SIP and SIP-T RFC&#8217;s for a SIP B2BUA project</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/07/13/sip-and-sip-t-rfcs-for-a-sip-b2bua-project/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/07/13/sip-and-sip-t-rfcs-for-a-sip-b2bua-project/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 19:55:48 +0000</pubDate>
		<dc:creator>diane</dc:creator>
		
		<category><![CDATA[SIP]]></category>

		<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2008/07/13/sip-and-sip-t-rfcs-for-a-sip-b2bua-project/</guid>
		<description><![CDATA[I recently worked on a SIP B2BUA (back-to-back user agent) on a platform that was routing emergency 911 calls.  The originating call used SIP protocol and the emergency service call destination used SS7 protocol, so the original SIP signaling message was translated into SIP-T with the ISUP message added to the body.
As anyone who [...]]]></description>
			<content:encoded><![CDATA[<p>I recently worked on a SIP B2BUA (back-to-back user agent) on a platform that was routing emergency 911 calls.  The originating call used SIP protocol and the emergency service call destination used SS7 protocol, so the original SIP signaling message was translated into SIP-T with the ISUP message added to the body.</p>
<p>As anyone who has ever done protocol work knows, you tend to refer heavily on the RFC&#8217;s or ITU specs.  Here is a list of the RFC&#8217;s that I found especially helpful when working on this SIP B2BUA project:</p>
<ul>
<li><span style="font-size: 12pt">RFC 3261, SIP: Session Initiation Protocol,  <a href="http://www.faqs.org/rfcs/rfc3261.html">http://www.faqs.org/rfcs/rfc3261.html</a></span></li>
<li><span style="font-size: 12pt" /><span style="font-size: 12pt">RFC 3262, Reliability of Provisional Responses in the Session Initiation Protocol (SIP),  <a href="http://www.ietf.org/rfc/rfc3262.txt">http://www.ietf.org/rfc/rfc3262.txt</a></span></li>
<li><span style="font-size: 12pt" /> <span style="font-size: 12pt">RFC 3372, Session Initiation Protocol for Telephones (SIP-T): Context and Architectures, <a href="http://www.ietf.org/rfc/rfc3372.txt">http://www.ietf.org/rfc/rfc3372.txt</a></span></li>
<li><span style="font-size: 12pt">RFC 3204, MIME media types for ISUP and QSIG Objects,</span><span style="font-size: 12pt">  <a href="http://www.ietf.org/rfc/rfc3204.txt">http://www.ietf.org/rfc/rfc3204.txt</a></span></li>
<li><span style="font-size: 12pt">RFC 3325, Private Extensions to the Session Initiation Protocol (SIP) for Asserted Identity within Trusted Networks, </span><span style="font-size: 12pt"><a href="http://www.ietf.org/rfc/rfc3262.txt">http://www.ietf.org/rfc/rfc3325.txt</a></span></li>
</ul>
<p><!--4cf6ea421df1397145650bf1420b7b3f-->
</p>
<p><!--93a1d277f2f62e613278f6178769161d--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2008/07/13/sip-and-sip-t-rfcs-for-a-sip-b2bua-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shared Libraries Used by and Executable</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/10/13/shared-libraries-used-by-and-executable/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/10/13/shared-libraries-used-by-and-executable/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 14:51:29 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/10/13/shared-libraries-used-by-and-executable/</guid>
		<description><![CDATA[A common problem for people is running an executable and having it fail because it cannot find some shared library need for the executable.  The best way to make sure that an executable has access to all the shared libraries it needs is the ldd command.  Just run it:
terry@c103:~$ ldd /bin/bash
linux-gate.so.1 => (0xffffe000)
libncurses.so.5 [...]]]></description>
			<content:encoded><![CDATA[<p>A common problem for people is running an executable and having it fail because it cannot find some shared library need for the executable.  The best way to make sure that an executable has access to all the shared libraries it needs is the ldd command.  Just run it:</p>
<p><code>terry@c103:~$ ldd /bin/bash<br />
linux-gate.so.1 => (0xffffe000)<br />
libncurses.so.5 => /lib/libncurses.so.5 (0xb7f07000)<br />
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f03000)<br />
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dc1000)<br />
/lib/ld-linux.so.2 (0xb7f59000)<br />
terry@c103:~$</code></p>
<p>If any of the libraries are not found, they will show up as missing.  Use the LD_LIBRARY_PATH environment variable to add in the path to the missing libraries.<br />
<code> terry@c103:~$ export LD_LIBRARY_PATH=~/lib<br />
terry@c103:~$ env | grep LD<br />
LD_LIBRARY_PATH=/home/terry/lib<br />
terry@c103:~$  </code>
</p>
<p><!--f4f5716cd32137748123e87c38de96d2-->
</p>
<p><!--2d824daa2996576d37e7f32e6f09959b-->
</p>
<p><!--93170d098e47be673fa9cad0bf51ab15--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/10/13/shared-libraries-used-by-and-executable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>sox audio converter</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/08/27/sox-audio-converter/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/08/27/sox-audio-converter/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 17:07:53 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/08/27/sox-audio-converter/</guid>
		<description><![CDATA[The sox program is a nice simple utility for converting audio data files from one format to another. After conversion, you can use many different audio editing utilities to modify the sound and use sox to convert the sound file back to your desired format.  Using this for a telephony application, you have a [...]]]></description>
			<content:encoded><![CDATA[<p>The sox program is a nice simple utility for converting audio data files from one format to another. After conversion, you can use many different audio editing utilities to modify the sound and use sox to convert the sound file back to your desired format.  Using this for a telephony application, you have a wav file you have edited and you want to convert it back to 1 channel of 8000 samples/sec 16bit raw audio data:</p>
<pre>sox -t wav recv0.wav -c 1 -r 8000 -s -w recv0.raw</pre>
<p>The sox program is available under Ubuntu as an optional package.  Adobe has a nice audio editing utility, but there are some good free ones as well.  Two that I&#8217;ve used include Audacity and there is an audio studio program on Sourceforge.  The audio studio program is a front end for sox and very simple, but it does the job for simple work.
</p>
<p><!--14ee06d5ff25c631311f755c9e101ffd--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/08/27/sox-audio-converter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redhat, /etc/rc and /etc/init.d: chkconfig and service</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/07/17/redhat-etcrc-and-etcinitd-chkconfig-and-service/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/07/17/redhat-etcrc-and-etcinitd-chkconfig-and-service/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 02:43:00 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/07/17/redhat-etcrc-and-etcinitd-chkconfig-and-service/</guid>
		<description><![CDATA[When i get on a Redhat machine, I&#8217;m always trying to remember the commands to start and stop services and configure the /etc/rc*.d directories.  Supposedly, if you just create your own links or remove your own links, the operating systems can revert your work.  You should use the chkconfig command to enable and [...]]]></description>
			<content:encoded><![CDATA[<p>When i get on a Redhat machine, I&#8217;m always trying to remember the commands to start and stop services and configure the /etc/rc*.d directories.  Supposedly, if you just create your own links or remove your own links, the operating systems can revert your work.  You should use the chkconfig command to enable and disable services.  For example:</p>
<pre>chkconfig mysqld on</pre>
<p>The service command can be used to start or stop services.</p>
<pre>service mysqld start</pre>
<p>instead of the old</p>
<pre>/etc/init.d/mysqld start</pre>
<p>The service command is not too useful, but the chkconfig command is.
</p>
<p><!--b005c1c21544d39d344fc14967a944e9-->
</p>
<p><!--c77924203c9a8b8bdf51f6bad8c5dfa0-->
</p>
<p><!--5e001cbe65135471b78125d6e2f6f929--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/07/17/redhat-etcrc-and-etcinitd-chkconfig-and-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting OGG files to MP3 files</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/26/converting-ogg-files-to-mp3-files/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/26/converting-ogg-files-to-mp3-files/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 01:08:44 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/26/converting-ogg-files-to-mp3-files/</guid>
		<description><![CDATA[I&#8217;ve ripped a bunch of my CDs onto my computer over the years and many of them ore in the open OGG format which doesn&#8217;t work with my iPod or Treo.  I wrote a simple little script to convert the OGG files to MP3 for my phone.  Since Real Player on my phone [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve ripped a bunch of my CDs onto my computer over the years and many of them ore in the open OGG format which doesn&#8217;t work with my iPod or Treo.  I wrote a simple little script to convert the OGG files to MP3 for my phone.  Since Real Player on my phone only seems to support a flat directory structure, I created the file names out of artist and song name.  I just mount up the SD card, change directory to it and run the script passing the songs I want to copy on the command like.  Using wild cards makes it easy.  For example:</p>
<pre>cd /media/sdcard ;
ogg2mp3 /home/terry/jukebox/Yeah_Yeah_Yeahs/Show_Your_Bones/*</pre>
<p>The script looks like this&#8230;</p>
<pre>USAGE=false
if [ ! -f "$1" ]
then
echo "Usage $0 sourceFiles ..."
exit 1
fi TMPFILE=/tmp/tmp$$.wav
while [ $# -gt 0 ]
do
ogg123 -d wav -f $TMPFILE "$1"
DIRNAME=`dirname "$1"`
ALBUM=`basename $DIRNAME`
TMP=`dirname $DIRNAME`
ARTIST=`basename $TMP`
MP3FILE=`basename "$1" | sed -e 's/.ogg/.mp3/' | sed -e     's/^[0-9][0-9] - //'`
OUTFILE="${ARTIST}_${MP3FILE}"
echo "-------------$OUTFILE"
lame $TMPFILE "$OUTFILE"
shift
done
rm -f $TMPFILE</pre>
<p><!--2b071cc5eaa1f8920ddb0fe4f6d1643d--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/26/converting-ogg-files-to-mp3-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a SSL Certificate for Postfix and Others</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/09/creating-a-ssl-certificate-for-postfix-and-others/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/09/creating-a-ssl-certificate-for-postfix-and-others/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 19:50:41 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/09/creating-a-ssl-certificate-for-postfix-and-others/</guid>
		<description><![CDATA[I&#8217;m trying to generate some generic SSL certificate code for Postfix and other products.  This is customized for Postfix, but it is easy to change the output files.  I&#8217;ve put this together to be a cut and paste, just set the environment variables.
keyfile=/etc/ssl/private/smtpd.key
certfile=/etc/ssl/certs/smtpd.crt
pemfile= /etc/ssl/certs/cacert.pem
pass=superSecret
openssl genrsa -des3 -rand /etc/hosts -passout "pass:$pass" -out $keyfile 1024
chmod [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to generate some generic SSL certificate code for Postfix and other products.  This is customized for Postfix, but it is easy to change the output files.  I&#8217;ve put this together to be a cut and paste, just set the environment variables.</p>
<pre>keyfile=/etc/ssl/private/smtpd.key
certfile=/etc/ssl/certs/smtpd.crt
pemfile= /etc/ssl/certs/cacert.pem
pass=superSecret
openssl genrsa -des3 -rand /etc/hosts -passout "pass:$pass" -out $keyfile 1024
chmod 600 $keyfile
openssl req -new -passin "pass:$pass" -passout "pass:$pass" -key $keyfile -out /tmp/.server.csr
openssl x509 -req -days 3650 -passin "pass:$pass" -passout "pass:$pass" -in /tmp/.server.csr -signkey $keyfile -out $certfile
openssl rsa -passin "pass:$pass" -in $keyfile -out /tmp/.server.unencrypted
mv -f /tmp/.key.unencrypted $keyfile
openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out $pemfile -days 3650</pre>
<p><!--80bbbf8cfe34075eea92a646ab10df46-->
</p>
<p><!--3991b471b239d44ca0fd5ccba7a5d60a-->
</p>
<p><!--089fa90ee15034e5db3fc1d8f6349769-->
</p>
<p><!--608f51ed58f92f562453ef177fbe5a1a--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/09/creating-a-ssl-certificate-for-postfix-and-others/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Starting ssh on an Alternate Port</title>
		<link>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/08/starting-ssh-on-an-alternate-port/</link>
		<comments>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/08/starting-ssh-on-an-alternate-port/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 16:10:03 +0000</pubDate>
		<dc:creator>terry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/08/starting-ssh-on-an-alternate-port/</guid>
		<description><![CDATA[If you run a server on the Internet and you do any type of security logging, you know people are constantly trying to find vulnerabilities to your site through ssh.  You&#8217;ll get pages and pages of PAM authentication errors.  Avoiding this is not difficult, just change the port your sshd listens on.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you run a server on the Internet and you do any type of security logging, you know people are constantly trying to find vulnerabilities to your site through ssh.  You&#8217;ll get pages and pages of PAM authentication errors.  Avoiding this is not difficult, just change the port your sshd listens on.  Modify the Port parameter in /etc/ssh/sshd_conf and run /etc/init.d/ssh restart.  When you log into the system, specify the port on the command line with the -p option.</p>
<pre>ssh -p 404 www.tiptopsoftwarecompany.com</pre>
<p><!--35caed365dfff7e83a0a88268914fe9e--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiptopsoftwarecompany.com/index.php/tech/2007/01/08/starting-ssh-on-an-alternate-port/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
