<?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 Re: help connection openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267355#M884367</link>
    <description>Hi Jairo,&lt;BR /&gt;&lt;BR /&gt;I agree with Gary - acct is locked not disabled &amp;amp; the passwd -d username will unlock it BUT it will also allow it to have NO PW - so also run passwd -f username on the acct to force a PW change. You never want null PW accts on any system&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 04 May 2004 15:44:02 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-05-04T15:44:02Z</dc:date>
    <item>
      <title>help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267353#M884365</link>
      <description>hello , I installed my openssh_3.7.1p2&lt;BR /&gt;when connect a user &lt;BR /&gt;obtaing acces_denied&lt;BR /&gt;login as: test&lt;BR /&gt;password:&lt;BR /&gt;Access denied&lt;BR /&gt;&lt;BR /&gt;the syslog :&lt;BR /&gt;May  4 17:04:25 whdux1 sshd[4784]: Failed password for illegal user test from 172.31.195.241 port 3723&lt;BR /&gt;May  4 17:14:17 whdux1  above message repeats 2 times&lt;BR /&gt;May  4 17:14:17 whdux1 sshd[4933]: User test not allowed because account is locked&lt;BR /&gt;May  4 17:14:17 whdux1 sshd[4933]: Failed none for illegal user test from 172.31.195.241 port 3771&lt;BR /&gt;May  4 17:14:22 whdux1 sshd[4933]: Failed password for illegal user test from 172.31.195.241 port 3771&lt;BR /&gt;&lt;BR /&gt;after run command /usr/lbin/modprpw -k test&lt;BR /&gt;reset to passwd test&lt;BR /&gt;&lt;BR /&gt;run /usr/local/sbin/sshd -v in mode debug&lt;BR /&gt;&lt;BR /&gt;whdux1 # /usr/local/sbin/sshd -d&lt;BR /&gt;debug1: sshd version OpenSSH_3.7.1p2&lt;BR /&gt;debug1: private host key: #0 type 0 RSA1&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: private host key: #1 type 1 RSA&lt;BR /&gt;debug1: read PEM private key done: type DSA&lt;BR /&gt;debug1: private host key: #2 type 2 DSA&lt;BR /&gt;debug1: Bind to port 24 on 0.0.0.0.&lt;BR /&gt;Server listening on 0.0.0.0 port 24.&lt;BR /&gt;Generating 768 bit RSA key.&lt;BR /&gt;RSA key generation complete.&lt;BR /&gt;debug1: Server will not fork when running in debugging mode.&lt;BR /&gt;Connection from 172.31.195.241 port 3774&lt;BR /&gt;debug1: Client protocol version 1.5; client software version PuTTY&lt;BR /&gt;debug1: no match: PuTTY&lt;BR /&gt;debug1: Local version string SSH-1.99-OpenSSH_3.7.1p2&lt;BR /&gt;debug1: permanently_set_uid: 103/101&lt;BR /&gt;debug1: Sent 768 bit server key and 1024 bit host key.&lt;BR /&gt;debug1: Encryption type: 3des&lt;BR /&gt;debug1: Received session key; encryption turned on.&lt;BR /&gt;debug1: Installing crc compensation attack detector.&lt;BR /&gt;User test not allowed because account is locked&lt;BR /&gt;debug1: do_authentication: illegal user test&lt;BR /&gt;debug1: Attempting authentication for illegal user test.&lt;BR /&gt;Failed none for illegal user test from 172.31.195.241 port 3774&lt;BR /&gt;Failed password for illegal user test from 172.31.195.241 port 3774&lt;BR /&gt;Failed password for illegal user test from 172.31.195.241 port 3774&lt;BR /&gt;Failed password for illegal user test from 172.31.195.241 port 3774&lt;BR /&gt;Failed password for illegal user test from 172.31.195.241 port 3774&lt;BR /&gt;&lt;BR /&gt;I probe with telnet, and it works &lt;BR /&gt;in telnet whe execute pwd obtaing:&lt;BR /&gt;$ pwd&lt;BR /&gt;sh: : Cannot access parent directories.&lt;BR /&gt;$grep test /etc/passwd&lt;BR /&gt;$test:*:108:20::/home/test:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;$grep sshd /etc/passwd&lt;BR /&gt;sshd:*:103:101:sshd privsep:/usr/local/var/empty:/bin/false&lt;BR /&gt;&lt;BR /&gt;as it can be the problem&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 15:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267353#M884365</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-04T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267354#M884366</link>
      <description>The log indicates that the user account test is locked.  Try the following:&lt;BR /&gt;&lt;BR /&gt;passwd -d test&lt;BR /&gt;&lt;BR /&gt;Then try your ssh connection again.</description>
      <pubDate>Tue, 04 May 2004 15:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267354#M884366</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2004-05-04T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267355#M884367</link>
      <description>Hi Jairo,&lt;BR /&gt;&lt;BR /&gt;I agree with Gary - acct is locked not disabled &amp;amp; the passwd -d username will unlock it BUT it will also allow it to have NO PW - so also run passwd -f username on the acct to force a PW change. You never want null PW accts on any system&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 May 2004 15:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267355#M884367</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-05-04T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267356#M884368</link>
      <description>my post it says unlock &lt;BR /&gt;after run command /usr/lbin/modprpw -k test&lt;BR /&gt;reset to passwd test&lt;BR /&gt;&lt;BR /&gt;passwd -d /test&lt;BR /&gt;&lt;BR /&gt;option -d  -d             Allow user to login without a password by deleting it.&lt;BR /&gt;&lt;BR /&gt;in mode truste system no its permit&lt;BR /&gt;whdux1 # passwd -d test&lt;BR /&gt;You are not allowed to have a null password.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 15:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267356#M884368</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-04T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267357#M884369</link>
      <description>Hi Jario,&lt;BR /&gt;&lt;BR /&gt;Might be s stupid comment but:&lt;BR /&gt;Did you configure a trusted system, or did you just put a * in the passwd for security reasons. If not the * disables an account on HPUX. And can explain the error you are getting. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 15:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267357#M884369</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-05-04T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267358#M884370</link>
      <description>Run a /usr/lbin/getprpw username and look over the output.  Even though you did a modprpw -k I have seen instances where say you created a test account but never set a password on a trusted system and the account is still locked because of a no null password rule or that the account has expired past its time limit.</description>
      <pubDate>Mon, 16 Sep 2024 09:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267358#M884370</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2024-09-16T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267359#M884373</link>
      <description>G. Vrijhoeven , no no is stupid I delete the * in /etc/passwd&lt;BR /&gt;&lt;BR /&gt; test::108:20::/home/test:/sbin/sh&lt;BR /&gt;and it works &lt;BR /&gt;after change password&lt;BR /&gt;passwd test&lt;BR /&gt;&lt;BR /&gt;and it works , connect to server using openssh&lt;BR /&gt;my questions is :&lt;BR /&gt;I must do this with all the users&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 15:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267359#M884373</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-05T15:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267360#M884375</link>
      <description>How are you adding the users to the system? Is it all scripted?&lt;BR /&gt;&lt;BR /&gt;If by any chance you're adding them directly to /etc/passwd then running pwconv, it will leave the prpwd entry with *... making the account locked out. Once a password is generated for the user (manually w/ passwd username), the account would become enabled.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 05 May 2004 22:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267360#M884375</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2004-05-05T22:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267361#M884377</link>
      <description>the user create with username&lt;BR /&gt;&lt;BR /&gt;username -d /home/test -s /sbin/bash test&lt;BR /&gt;&lt;BR /&gt;the problem is with UsePrivilegeSeparation of openssh in sshd_config&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 May 2004 13:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267361#M884377</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-06T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267362#M884378</link>
      <description>solved my problem , installe ssh secure HPUX&lt;BR /&gt;&lt;BR /&gt;Privilege separation, or privsep, is method in OpenSSH by which&lt;BR /&gt;                           operations that require root privilege are performed by a separate&lt;BR /&gt;                            privileged monitor process.  Its purpose is to prevent privilege&lt;BR /&gt;                            escalation by containing corruption to an unprivileged process.  &lt;BR /&gt;                            More information is available at:&lt;BR /&gt;                           6:        &lt;A href="http://www.citi.umich.edu/u/provos/ssh/privsep.html" target="_blank"&gt;http://www.citi.umich.edu/u/provos/ssh/privsep.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the problem is with Privilege separation of openssh :&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/ucgi/~cjwatson/cvsweb/openssh/README.privsep?annotate=1.1.1.4" target="_blank"&gt;http://www.chiark.greenend.org.uk/ucgi/~cjwatson/cvsweb/openssh/README.privsep?annotate=1.1.1.4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Privsep requires operating system support for file descriptor passing.&lt;BR /&gt;                         Compression will be disabled on systems without a working mmap MAP_ANON.PAMM-enabled OpenSSH is known to function with privsep on Linux.  &lt;BR /&gt;      It does not function on HP-UX with a trusted system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2004 07:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267362#M884378</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-07T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: help connection openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267363#M884380</link>
      <description>Thanks! You also solved one of my problems by posting that info!  I compiled openssh from source using a patch that adds RSA SecurID support... long story short.. I though the logname cmd was broke but it turns out that UsePrivSeperation was on by default and it caused logname to fail. Turning it off in sshd_config solved my problem. Woo-hoo!&lt;BR /&gt;&lt;BR /&gt;thanks Jairo, I owe you 10pts&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 07 May 2004 07:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-connection-openssh/m-p/3267363#M884380</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2004-05-07T07:48:09Z</dc:date>
    </item>
  </channel>
</rss>

