<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>System Adm &#187; ssh</title>
	<atom:link href="http://www.system.adm.br/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 30 Nov 2011 17:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AIX and user access denied</title>
		<link>http://www.system.adm.br/2010/05/aix-and-user-access-denied/</link>
		<comments>http://www.system.adm.br/2010/05/aix-and-user-access-denied/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:11:00 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=297</guid>
		<description><![CDATA[AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute. So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login [...]]]></description>
			<content:encoded><![CDATA[<p>AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute.</p>
<p>	So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login again, you should reset the unsuccessful_login_count parameter by editing the file /etc/security/lastlog or with the following command:</p>
<p>	<span style="font-size: 12px;"><code># chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s foobar</code></span></p>
<p>	You can identify this problem by the following message in syslog:</p>
<p>	<span style="font-size: 12px;"><code>May 19 15:42:41 aixbox auth|security:info sshd[7884888]: Login restricted for foobar: 3004-303 There have been too<br />
	many unsuccessful login attempts; please see \tthe system administrator.</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/aix-and-user-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

