<?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>RSA &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/category/cyber-security/rsa/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 15 May 2011 11:21:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Install and configure RSA web agent with Redhat EL5 and Apache</title>
		<link>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/</link>
					<comments>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 15 May 2011 11:21:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[Linux RSA web interface]]></category>
		<category><![CDATA[RSA web interface for Redhat]]></category>
		<category><![CDATA[The user belongs to security domain “SystemDomain”]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=461</guid>

					<description><![CDATA[Login to RSA interface: &#8211; Create the apache server as agent host with type web agent &#8211; Generate the config file (zip file containing sdconf.rec) from RSA interface, and download to your local machine Login to the web server &#8211; Download the RSA web agent installation files from RSA website. # mkdir -p /var/ace &#8211; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="../wp-content/uploads/2011/05/Screen-shot-2011-05-15-at-2.25.37-PM.png"><img decoding="async" title="Screen shot 2011-05-15 at 2.25.37 PM" src="../wp-content/uploads/2011/05/Screen-shot-2011-05-15-at-2.25.37-PM.png" alt="" width="198" height="91" /></a></p>
<p><strong>Login to RSA interface:</strong></p>
<p>&#8211; Create the apache server as agent host with type web agent<br />
&#8211; Generate the config file (zip file containing sdconf.rec) from RSA interface, and download to your local machine</p>
<p><strong>Login to the web server</strong></p>
<p>&#8211; Download the RSA web agent installation files from RSA website.</p>
<p><code># mkdir -p /var/ace</code></p>
<p>&#8211; Copy and extract (sdconf.rec) the downloaded config file<br />
<code># chmod 755 sdconf.rec</code></p>
<p>&#8211; Create the sdopts.rec file with the ip address of the machine, if you have multiple ip address assigned to the server or if the RSA we agent is a virtual machine. Otherwise the authentication might break with following kind of errors<br />
<em>&#8220;100: Access denied. The RSA ACE/Server rejected the Passcode. Please try again.&#8221; , &#8220;attempted to authenticate using authenticator “SecurID_Native”. The user belongs to security domain “SystemDomain”&#8221;</em></p>
<p><code># echo "CLIENT_IP=" &gt; sdopts.rec</code><br />
<code># chown -R webuser:webuser /var/ace</code></p>
<p>&#8211; Now install the RSA web agent</p>
<p><code># tar xvf WebAgent_70_Apache_RHEL5_32_379_08201024.tar<br />
# cd CD/<br />
# chmod u+x install<br />
# ./install</code></p>
<p>&#8211; Enter the location of sdconf.rec</p>
<p>&#8211; Configure the apache virtual host</p>
<p>It was found that web agent breaks if apache starts multiple server thread, so would be better to limit the thread.</p>
<p><code>&lt; IfModule prefork.c &gt;<br />
StartServers       1<br />
MinSpareServers    1<br />
MaxSpareServers    1<br />
ServerLimit      256<br />
MaxClients       256<br />
MaxRequestsPerChild  4000<br />
&lt; /IfModule &gt;</code></p>
<p>&#8211; Now start apache and you will be able to access the RSA web interface.</p>
<p>Once authenticated, the RSA server will create a node secret for the agent host and will be copied automatically to the web server.</p>
<p>This web interface is mainly useful for the token users to reset or enable to token assigned to him.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Changing RSA passwords</title>
		<link>https://arunns.net/changing-rsa-passwords/</link>
					<comments>https://arunns.net/changing-rsa-passwords/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 04 May 2011 13:11:04 +0000</pubDate>
				<category><![CDATA[RSA]]></category>
		<category><![CDATA[RSA Appliance]]></category>
		<category><![CDATA[RSA SecureID]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=454</guid>

					<description><![CDATA[&#160; Reset SSH Password: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Log in to Operations console (Master): Administration --&#62; Networking --&#62; Configure connectivity using SSH Do the same procedure on Replica also (if any), it is manual process. Reset Operations console password: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Login to the master appliance with SSH $ sudo -s // sudo as root # su - rsaadmin [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Reset SSH Password:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Log in to Operations console (Master):</p>
<p><code>Administration --&gt; Networking --&gt; Configure connectivity using SSH</code></p>
<p>Do the same procedure on Replica also (if any), it is manual process.</p>
<p>Reset Operations console password:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Login to the master appliance with SSH</p>
<p><code>$ sudo -s // sudo as root<br />
# su - rsaadmin // change user to rsaadmin<br />
$ cd /usr/local/RSASecurity/RSAAuthenticationManager/ //navigate to RSA installation path<br />
$ cd utils<br />
$ ./rsautil manage-oc-administrator -a update // Execute</code></p>
<p>// Enter Super administrators name<br />
// Enter Super administrators password<br />
// Enter operation console user<br />
// Set the new password</p>
<p>Do the same steps on replica<br />
Error: This operation can be performed only on a primary instance.<br />
But the password got changed</p>
<p>Reset Master password:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Login to the master appliance with SSH</p>
<p><code>$ sudo -s // sudo as root<br />
# su - rsaadmin // change user to rsaadmin<br />
$ cd /usr/local/RSASecurity/RSAAuthenticationManager/ //navigate to RSA installation path<br />
$ cd utils<br />
$ ./rsautil manage-secrets --action change --new-password &lt;enter_the_new_password&gt;</code></p>
<p>Do the same procedure on the replica device.</p>
<p>Reset Security Console Password:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Login to Security Console</p>
<p><code>Identity--&gt;Users--&gt;Manage Existing // Search for your admin username in internal datase</code></p>
<p>Change password for the admin user<br />
This action will be automatically replicated to replica.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/changing-rsa-passwords/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
