<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/16441/Secure_Kerberized_Authentication_on_Solaris_Using_AIX</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2012, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 15 Feb 2012 10:31:28 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Huh?</title>
			<link>http://www.osnews.com/thread?180642</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180642</guid>
			<description>Did a double take on that title.</description>
			<pubDate>Thu, 09 Nov 2006 21:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sphinx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>point of view</title>
			<link>http://www.osnews.com/thread?180649</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180649</guid>
			<description>Nice article<br />
<br />
You could easily setup the kerberos environment to authenticate against Active Directory as well.</description>
			<pubDate>Thu, 09 Nov 2006 21:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (netpython)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>A few serious flaws</title>
			<link>http://www.osnews.com/thread?180656</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180656</guid>
			<description>This is a really hard way to setup Kerberos on Solaris 10.  There is a much simpler way to do the client setup using the kclient command.  It deals with the setup of the configuration files. <br />
<br />
The main problem with this article though is that it recommends a VERY BAD practice of using ftp to transfer the keytab file.  This is a cardinal sin for Kerberos config as you have just transfered raw keys in the keytab file over the network using a unsecured ftp connection.<br />
<br />
The pam.conf for Solaris is also wrong it is missing at least one critical additional entry for pam_unix_cred which must be in all PAM stacks where the authenticated entity is a unix account.</description>
			<pubDate>Thu, 09 Nov 2006 21:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darren Moffat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Telnet? Rsh?</title>
			<link>http://www.osnews.com/thread?180668</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180668</guid>
			<description>It also tells you how to set up telnet and rsh! For crying out loud, kill these services, and make people upgrade.</description>
			<pubDate>Thu, 09 Nov 2006 21:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Murrell)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Telnet? Rsh? (security holes)</title>
			<link>http://www.osnews.com/thread?180681</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180681</guid>
			<description>yeah... Kerberos is not going to help when rlogin works on a trusted host model and passwords and all keystrokes for telnet is sent as plain text.<br />
<br />
At least they have to add a disclaimer saying that &quot;this is how you do it but it's not recommended that you use either of them&quot;<br />
<br />
(Is is just me? Or did the article say that telnetd is still run by default on Solaris 10?)</description>
			<pubDate>Thu, 09 Nov 2006 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (flav2000)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Telnet? Rsh? (security holes)</title>
			<link>http://www.osnews.com/thread?180710</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180710</guid>
			<description>Checking one of my Solaris 10 x86 machines, both rlogin and telnet have an encryption option which can be used in conjunction with a Kerberos Realm using the -x option. This can also be configured to be a default behavior by modifying the krb5.conf file.<br />
<br />
And while telnet is enabled by default, it is easily disabled:<br />
<br />
svcadm disable telnet</description>
			<pubDate>Thu, 09 Nov 2006 23:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Robert Escue)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Telnet? Rsh?</title>
			<link>http://www.osnews.com/thread?180713</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180713</guid>
			<description>at least with heimdal kerberos (and I'd suspect here as well), telnet is actually kerberized telnet, so it's really not as bad as you might think.</description>
			<pubDate>Thu, 09 Nov 2006 23:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (macisaac)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: A few serious flaws</title>
			<link>http://www.osnews.com/thread?180826</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180826</guid>
			<description>&quot;The main problem with this article though is that it recommends a VERY BAD practice of using ftp to transfer the keytab file. This is a cardinal sin for Kerberos config as you have just transfered raw keys in the keytab file over the network using a unsecured ftp connection.&quot;<br />
<br />
That's completely correct. In my opinion, the use of scp (secure copy, &quot;ftp over ssh&quot;) should be recommended. The same issue: ssh should be prefered over telnet.</description>
			<pubDate>Fri, 10 Nov 2006 03:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Doc Pain)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: A few serious flaws</title>
			<link>http://www.osnews.com/thread?180895</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180895</guid>
			<description>scp would be fine providing you already have ssh setup with trustworth known_hosts files (ie you have passed over the initial MITM attack possibility).<br />
<br />
Better yet though is if you use the kclient(1) setup program in Solaris 10 you don't need to do that step since it downloads the keytab file over a kerberos secured RPCSEC_GSS connection using the &quot;admin&quot; principal it requires (that is defined by the KDC owner).</description>
			<pubDate>Fri, 10 Nov 2006 10:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darren Moffat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>No</title>
			<link>http://www.osnews.com/thread?180958</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?180958</guid>
			<description>Kerberos is old and busted.  Asymmetric algorithms are the new(er) hotness.</description>
			<pubDate>Fri, 10 Nov 2006 14:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Meor)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>

