<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[ssh - Paul Waldman]]></title><description><![CDATA[ssh - Paul Waldman]]></description><link>https://pwaldman.com/</link><image><url>https://pwaldman.com/favicon.png</url><title>ssh - Paul Waldman</title><link>https://pwaldman.com/</link></image><generator>Ghost 1.25</generator><lastBuildDate>Tue, 07 Apr 2026 07:56:41 GMT</lastBuildDate><atom:link href="https://pwaldman.com/tag/ssh/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[VMware vCSA 6.0 Update 1 nobody's password]]></title><description><![CDATA[<div class="kg-card-markdown"><p>When trying to update a VMware vCenter Server Appliance to 6.0 Update 1 via SSH, I ran into an authentication problem.</p>
<p>I logged into a VMware vCenter Server Appliance via SSH and tried to update it to 6.0 Update 1 by entering the following command:</p>
<pre><code class="language-prettyprint">Command&gt; software-packages</code></pre></div>]]></description><link>https://pwaldman.com/vcsa-6-0-update-1-requesting-nobodys-password/</link><guid isPermaLink="false">5b95a2cb2ce2ad4c30dd488c</guid><category><![CDATA[VMware]]></category><category><![CDATA[vCSA]]></category><category><![CDATA[vCSA 6.0 Update 1]]></category><category><![CDATA[ssh]]></category><category><![CDATA[vCenter Server]]></category><dc:creator><![CDATA[Paul Waldman]]></dc:creator><pubDate>Fri, 30 Oct 2015 23:17:00 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><p>When trying to update a VMware vCenter Server Appliance to 6.0 Update 1 via SSH, I ran into an authentication problem.</p>
<p>I logged into a VMware vCenter Server Appliance via SSH and tried to update it to 6.0 Update 1 by entering the following command:</p>
<pre><code class="language-prettyprint">Command&gt; software-packages install --iso --acceptEulas
</code></pre>
<p>I was then requested to enter a password for <code>nobody</code></p>
<pre><code class="language-prettyprint">Command&gt; software-packages install --iso --acceptEulas
nobody's password:
</code></pre>
<p>The problem was that I logged in with a VMware SSO account, <code>Administrator@vsphere.local</code>, and actually needed to login with the vCSA's <code>root</code> account.</p>
<p>What is the <code>nobody</code> account?<br>
On Unix based systems like Linux, it is an account with limited permissions.</p>
</div>]]></content:encoded></item></channel></rss>