<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Adams Systems Consultancy (Posts about AIX)</title><link>https://adamssystems.nl/</link><description></description><atom:link href="https://adamssystems.nl/categories/aix.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:Russell.Adams@AdamsSystems.nl"&gt;Russell Adams&lt;/a&gt; </copyright><lastBuildDate>Thu, 20 Apr 2023 12:14:03 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>SAN LUNs in SMS</title><link>https://adamssystems.nl/posts/san-luns-in-sms/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;I previously discussed how important it is to verify LUN IDs before
writing over them in AIX. What about before AIX is booted in SMS? How
can you verify your LUNs in SMS?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/san-luns-in-sms/"&gt;Read more…&lt;/a&gt; (9 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Boot</category><category>SAN</category><category>SMS</category><guid>https://adamssystems.nl/posts/san-luns-in-sms/</guid><pubDate>Thu, 12 May 2022 11:33:24 GMT</pubDate></item><item><title>Properly identifying SAN LUNs</title><link>https://adamssystems.nl/posts/properly-identifying-san-luns/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;I frequently work in large SAN environments, and I always want to
verify the identity of any SAN disks (LUNs) which I receive before I
write data to them. The rule is &lt;strong&gt;trust but verify&lt;/strong&gt;, as it is
disastrous to accidentally overwrite critical data in a shared
storage environment.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/properly-identifying-san-luns/"&gt;Read more…&lt;/a&gt; (7 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Devices</category><category>LVM</category><category>SAN</category><guid>https://adamssystems.nl/posts/properly-identifying-san-luns/</guid><pubDate>Tue, 22 Mar 2022 19:30:26 GMT</pubDate></item><item><title>Generating Passwords</title><link>https://adamssystems.nl/posts/generating-passwords/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;I've recently been using hash generated passwords with customers as a
more secure alternative to weak "default" passwords.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/generating-passwords/"&gt;Read more…&lt;/a&gt; (4 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Security</category><guid>https://adamssystems.nl/posts/generating-passwords/</guid><pubDate>Tue, 16 Feb 2021 11:37:16 GMT</pubDate></item><item><title>Using a Yubikey for AIX SSH login</title><link>https://adamssystems.nl/posts/using-a-yubikey-for-aix-ssh-login/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;Yubikeys offer a highly secure method for managing your SSH key for
logging into AIX. SSH keys are much stronger than passwords, but like
passwords they must be protected. A Yubikey provides a superior method
to securely store SSH private key material in a physical token and can
mitigate common attacks on SSH agents.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/using-a-yubikey-for-aix-ssh-login/"&gt;Read more…&lt;/a&gt; (11 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Security</category><category>SSH</category><category>Sudo</category><category>Yubikey</category><guid>https://adamssystems.nl/posts/using-a-yubikey-for-aix-ssh-login/</guid><pubDate>Fri, 15 Jan 2021 14:05:57 GMT</pubDate></item><item><title>Using SSH instead of su and sudo</title><link>https://adamssystems.nl/posts/using-ssh-instead-of-su-and-sudo/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;There are several ways to become &lt;code class="docutils literal"&gt;root&lt;/code&gt; or another user in AIX. The
most common is via &lt;code class="docutils literal"&gt;su&lt;/code&gt;, and the second is via the open source
&lt;code class="docutils literal"&gt;sudo&lt;/code&gt; program. I recommend a third method, SSH to localhost.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/using-ssh-instead-of-su-and-sudo/"&gt;Read more…&lt;/a&gt; (5 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Security</category><category>SSH</category><category>Sudo</category><guid>https://adamssystems.nl/posts/using-ssh-instead-of-su-and-sudo/</guid><pubDate>Tue, 29 Dec 2020 12:10:19 GMT</pubDate></item><item><title>AIX SFTP Best Practices</title><link>https://adamssystems.nl/posts/aix-sftp-best-practices/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;SFTP is a functional part of SSH which replaces the behavior of FTP in
a secure fashion. This is great on AIX for transferring files, batch
job uploads and downloads, and much more secure using SSL on the wire
and with a variety of authentication options.&lt;/p&gt;
&lt;p&gt;Unfortunately when left in the default configuration, the SSH server
on AIX allows all users to use SFTP to access any files on the system
(subject to filesystem permissions). It's common to see my customers
be surprised when an unprivileged application account can SFTP in with
WINSCP and browse their entire systems.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/aix-sftp-best-practices/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Security</category><category>SFTP</category><category>SSH</category><guid>https://adamssystems.nl/posts/aix-sftp-best-practices/</guid><pubDate>Tue, 29 Dec 2020 11:30:59 GMT</pubDate></item><item><title>AIX SSH Best Practices</title><link>https://adamssystems.nl/posts/aix-ssh-best-practices/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;In recent years insecure and unencrypted protocols have been
deprecated because they pose an unacceptable security risk on any
network.&lt;/p&gt;
&lt;p&gt;For daily usage systems administrators should use SSH to connect to
AIX. SSH is encrypted on the wire and supports additional options for
using secure keys instead of simple passwords. It completely replaces
telnet and ftp, and all of the rsh tools.&lt;/p&gt;
&lt;p&gt;IBM ships and supports their own OpenSSH compiled for AIX. I intend to
review settings which should be configured in order to be secure.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/aix-ssh-best-practices/"&gt;Read more…&lt;/a&gt; (6 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Security</category><category>SSH</category><guid>https://adamssystems.nl/posts/aix-ssh-best-practices/</guid><pubDate>Tue, 22 Dec 2020 20:31:08 GMT</pubDate></item><item><title>AIX User Security Best Practices</title><link>https://adamssystems.nl/posts/aix-user-security-best-practices/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;Did you know that the original AIX crypt implementation &lt;a class="footnote-reference brackets" href="https://adamssystems.nl/posts/aix-user-security-best-practices/#footnote-1" id="footnote-reference-1" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt; only
allows 8 character passwords? That's really unacceptable by today's
standards. AIX now supports several modern hashing algorithms for
password storage and default crypt should no longer be used.&lt;/p&gt;
&lt;p&gt;I recommend using SHA512, which is the strongest currently
supported. With SHA512 password hashing, passwords up to 255
characters long are supported. That means your important root password
should now be 32 characters long or more!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/aix-user-security-best-practices/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>Passwords</category><category>Security</category><guid>https://adamssystems.nl/posts/aix-user-security-best-practices/</guid><pubDate>Tue, 22 Dec 2020 19:09:11 GMT</pubDate></item><item><title>Working with Snap files</title><link>https://adamssystems.nl/posts/working-with-snap-files/</link><dc:creator>Russell Adams</dc:creator><description>&lt;div&gt;&lt;p&gt;I frequently work with customer systems where I need a systems
inventory. This could be for troubleshooting or just to save the final
state of a system for later reference.&lt;/p&gt;
&lt;p&gt;I have worked with many consultants who have an inventory script they
give customers but I have found that I prefer to use the tools native
to the platform when they are available. On AIX I use IBM's native
&lt;em&gt;snap&lt;/em&gt; command. If you've ever been on the phone with IBM support
before, you know they barely wait to ask your name before they ask for
you to upload a snap.&lt;/p&gt;
&lt;p&gt;IBM has created an excellent tool for troubleshooting AIX in the
&lt;code class="docutils literal"&gt;snap&lt;/code&gt; utility which is distributed as part of the OS. In my
experience it captures about 90% of what I need to know about a
system, including:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Installed software&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Devices and attributes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LVM details and disk layout&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Network statistics and configuration data&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Rather than ask a customer to run commands for me and capture the
output, or ask them to run a script from an untrusted source as root
on their production server, I always ask for a snap.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://adamssystems.nl/posts/working-with-snap-files/"&gt;Read more…&lt;/a&gt; (16 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>AIX</category><category>snap</category><guid>https://adamssystems.nl/posts/working-with-snap-files/</guid><pubDate>Thu, 26 May 2016 14:34:19 GMT</pubDate></item></channel></rss>