<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Did the user set a passphrase in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941619#M17179</link>
    <description>&lt;P&gt;Did the user set a passphrase when he created his ssh key? If so have him go back and generate one without a passphrase. That will keep the coprocessor from asking for a passwd which can be problematic.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2013 15:55:46 GMT</pubDate>
    <dc:creator>Frances_R_Intel</dc:creator>
    <dc:date>2013-07-03T15:55:46Z</dc:date>
    <item>
      <title>New user in MIC cluster</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941618#M17178</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We have a small MIC cluster and we are trying to add a new user to the system without rebooting the mpss service, is it possible? I have done all the steps needed but the user is not able to log in, here is what I do:&lt;/P&gt;
&lt;P&gt;host# mkdir -p /home/user&lt;BR /&gt;host# sudo -u username ssh-keygen -P ""&lt;BR /&gt;host# cat /home/user/.ssh/id_rsa.pub &amp;gt; /home/user/.ssh/authorized_keys&lt;BR /&gt;host# chown -R uid.gid /home/user&lt;BR /&gt;&lt;BR /&gt;$PASSWD &amp;lt;- user's /etc/passwd entry in the host&lt;BR /&gt;$SHADOW &amp;lt;- user's /etc/shadow entry in the host&lt;BR /&gt;&lt;BR /&gt;host# ssh mic0 echo $PASSWD &amp;gt;&amp;gt; /etc/passwd&lt;BR /&gt;host# ssh mic0 echo $SHADOW &amp;gt;&amp;gt; /etc/shadow&lt;BR /&gt;&lt;BR /&gt;host# ssh root@mic0&lt;BR /&gt;(/home is exported via NFS in the host)&lt;BR /&gt;root@mic0 # ls /home/user/.ssh/&lt;BR /&gt;authorized_keys config id_rsa id_rsa.pub known_hosts&lt;/P&gt;
&lt;P&gt;Everything seems ok but the user cannot login.&lt;/P&gt;
&lt;P&gt;user@host $ ssh mic0&lt;BR /&gt;Warning: Permanently added 'mic0,ip' (RSA) to the list of known hosts.&lt;BR /&gt;user@mic0's password:&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2013 08:08:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941618#M17178</guid>
      <dc:creator>Bsc_Cns</dc:creator>
      <dc:date>2013-07-03T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Did the user set a passphrase</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941619#M17179</link>
      <description>&lt;P&gt;Did the user set a passphrase when he created his ssh key? If so have him go back and generate one without a passphrase. That will keep the coprocessor from asking for a passwd which can be problematic.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2013 15:55:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941619#M17179</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-07-03T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Hi Frances,</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941620#M17180</link>
      <description>&lt;P&gt;Hi Frances,&lt;/P&gt;
&lt;P&gt;Thanks for the answer. No, I did not set any passphrase for the user's keys. Is it possible to create a user in the coprocessor without having to restart the mpss for changes to take effect?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 07:55:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941620#M17180</guid>
      <dc:creator>Bsc_Cns</dc:creator>
      <dc:date>2013-07-04T07:55:01Z</dc:date>
    </item>
    <item>
      <title>As far as I can see, what you</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941621#M17181</link>
      <description>&lt;P&gt;As far as I can see, what you did should have worked. But I have been playing with this myself and having the same problem. I will need to look at this some more.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:05:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941621#M17181</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-07-08T19:05:44Z</dc:date>
    </item>
    <item>
      <title>Alright, it is working for me</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941622#M17182</link>
      <description>&lt;P&gt;Alright, it is working for me. (I had accidentally put the .ssh directory in the wrong location.) I followed your basic outline except that:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I created the user directory on the host at the same time as I ran useradd to create the user there.&lt;/LI&gt;
&lt;LI&gt;I needed to create the directory on the coprocessor by hand - we are not NFS mounting the home directories on the machine I was using - and copied all the files over.&lt;/LI&gt;
&lt;LI&gt;I needed to add a new entry to the /etc/group file on the coprocessor in addition to the /etc/passwd and /etc/shadow file and change the default shell for the user in /etc/passwd because the default I used on the host was not available on the coprocessor.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So, I am at a loss to explain why it didn't work for you. Did you try ssh-ing to the coprocessor as root and then su-ing to the new user to make sure there wasn't any miscopies or lost files along the way?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 01:21:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941622#M17182</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-07-09T01:21:14Z</dc:date>
    </item>
    <item>
      <title>Thank you again Frances! It</title>
      <link>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941623#M17183</link>
      <description>&lt;P&gt;Thank you again Frances! It was the default shell... sorry about that :(&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 09:09:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/New-user-in-MIC-cluster/m-p/941623#M17183</guid>
      <dc:creator>Bsc_Cns</dc:creator>
      <dc:date>2013-07-09T09:09:58Z</dc:date>
    </item>
  </channel>
</rss>

