<?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: SSH Issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935821#M757331</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had a HP-UX system which had similar behavior&lt;BR /&gt;&lt;BR /&gt;I changed this setting in sshd_config, and then SSH worked fine:&lt;BR /&gt;&lt;BR /&gt;UsePrivilegeSeparation  no&lt;BR /&gt;&lt;BR /&gt;Just a thought&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kasper</description>
    <pubDate>Thu, 01 Feb 2007 05:36:37 GMT</pubDate>
    <dc:creator>Kasper Hedensted</dc:creator>
    <dc:date>2007-02-01T05:36:37Z</dc:date>
    <item>
      <title>SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935810#M757320</link>
      <description>Hey Folks,&lt;BR /&gt;&lt;BR /&gt;So I'm setting up SSH on a r8400 server running B.11.11 for the first time and I'm running into a minor issue. I have setup ssh before on other operating systems, but not HP so I feel like I'm just missing something silly. I went out and downloaded HPUX-Secure Shell (T1471AA) and installed it without any problems. For now, I would just like to get password authentication to work. I can ssh successfully to other systems, but I can't ssh to the HP system.&lt;BR /&gt;&lt;BR /&gt;ssh -v r8400&lt;BR /&gt;&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to r8400 [x.x.x.x] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identify file /home/userx/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identify file /home/userx/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.4p1-hpn12v11&lt;BR /&gt;debug1: match: OpenSSH_4.4p1-hpn12v11 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.4p1-hpn12v11&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'r8400' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/userx/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;********* BANNER **********&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /home/userx/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /home/userx/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard interactive&lt;BR /&gt;Password:  &lt;ENTERED password=""&gt;&lt;BR /&gt;debug1: Authentication succeeded (keyboard-interactive).&lt;BR /&gt;debug1: Final hpn_buffer_size = 131072&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;debug1: channel 0: free: client-session, nchannels 1&lt;BR /&gt;Connection to r8400 closed by remote host&lt;BR /&gt;Connection to r8400 closed&lt;BR /&gt;debug1: Transferred: stdin 0, stdout 0, stderr 79 bytes in 0.0 seconds&lt;BR /&gt;debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 7744.2&lt;BR /&gt;debug1: exit status -1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output of /var/adm/syslog/syslog.log:&lt;BR /&gt;&lt;BR /&gt;r8400[26808]: Accepted keyboard-interactive/pam for userx from x.x.x.x port 57724 ssh2&lt;BR /&gt;&lt;BR /&gt;Also, I commented out /etc/hosts.deny and my /etc/hosts.allow entry is:&lt;BR /&gt;&lt;BR /&gt;sshd:ALL&lt;BR /&gt;&lt;BR /&gt;Thanks for the help!&lt;BR /&gt;&lt;BR /&gt;-John E. Ophious&lt;/ENTERED&gt;</description>
      <pubDate>Wed, 31 Jan 2007 11:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935810#M757320</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-01-31T11:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935811#M757321</link>
      <description>Your ssh authentication seems to work fine, and you're actually starting a session succesfully.&lt;BR /&gt;&lt;BR /&gt;It kind of looks like you don't have a shell or something.. can you check the shell defined for your user in /etc/passwd ?&lt;BR /&gt;&lt;BR /&gt;I can reproduce your log when my shell is set to /bin/false, so I think it's a clue.. if you don't see a problem there, maybe check the profile of your user as well.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 31 Jan 2007 12:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935811#M757321</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-01-31T12:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935812#M757322</link>
      <description>Thanks for the response. The user's shell and login scripts look ok, but just to make sure I tried different shells (csh and sh). I also copied the default /etc/skel login scripts to the user's home directory and set the appropriate ownership/permissions. The problem still occurs.</description>
      <pubDate>Wed, 31 Jan 2007 12:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935812#M757322</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-01-31T12:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935813#M757323</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The /var/adm/syslog/syslog.log file from the target system would be helpful. Its clear the system is challenging for authentication. The issue may be a system problem or configuration problem on the rp8400 box.&lt;BR /&gt;&lt;BR /&gt;Of course you don't have ssh access but ftp or console access may be needed to diagnose.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Jan 2007 14:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935813#M757323</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-31T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935814#M757324</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Just tried to ssh to the r8400 from another HP system. The same syslog.log message appears on the r8400, but no messages are created in syslog.log from the target system.</description>
      <pubDate>Wed, 31 Jan 2007 15:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935814#M757324</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-01-31T15:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935815#M757325</link>
      <description>Do you get a successful login with password auth only?&lt;BR /&gt;&lt;BR /&gt;ssh -vvv -o PasswordAuthentication=yes user@host&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 31 Jan 2007 15:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935815#M757325</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-31T15:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935816#M757326</link>
      <description>Nope... same deal. I can see in debug where authentication succeeds after entering my password, but then it just drops.</description>
      <pubDate>Wed, 31 Jan 2007 16:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935816#M757326</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-01-31T16:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935817#M757327</link>
      <description>Start sshd with debug and post the results if nothing obvious comes from the debug ouput.&lt;BR /&gt;&lt;BR /&gt;from the console...&lt;BR /&gt;/sbin/init.d/secsh stop&lt;BR /&gt;/opt/ssh/sbin/sshd -ddd&lt;BR /&gt;&lt;BR /&gt;after it's running in debug, connect from the client and see what's logged on the server.&lt;BR /&gt;&lt;BR /&gt;Also, are you using a custom /etc/pam.conf w/ anything other than pam_unix? Anything special about this node... nis client? trusted system? etc...&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 31 Jan 2007 16:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935817#M757327</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-31T16:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935818#M757328</link>
      <description>Nope... nothing really special about the server. Its serving as a file server at the moment sharing out data via NFS, but thats about it. No NIS and nothing customized as far as PAM goes.&lt;BR /&gt;&lt;BR /&gt;However, There is a bit of interesting output from running sshd in debug (memory fault). I don't really have a means of copy-pasting, so I'll just type the last few lines. If I should be looking for anything in particular just let me know, but I didn't see anything out of the ordinary except the last section:&lt;BR /&gt;&lt;BR /&gt;Accepted keyboard-interactive/pam for userx from x.x.x.x port 3844 ssh2&lt;BR /&gt;.&lt;BR /&gt;debug1: monitor_child_preauth: userx has been authenticated by privileged process&lt;BR /&gt;debug3: mm_get_keystate: Waiting for new keys&lt;BR /&gt;debug3: mm_request_receive_expect entering: type 24&lt;BR /&gt;debug3: mm_request_receive entering&lt;BR /&gt;debug3: mm_send_keystate: Sending new keys: 40036f68 40034da0&lt;BR /&gt;debug3: mm_newkeys_to_blob: converting 40036f68&lt;BR /&gt;debug3: mm_newkeys_to_blob: converting 40034da0&lt;BR /&gt;debug3: mm_send_keystate: New keys have been sent&lt;BR /&gt;debug3: mm_send_keystate: Sending compression state&lt;BR /&gt;debug3: mm_request_send entering: type24&lt;BR /&gt;debug3: mm_send_keystate: Finished sending state&lt;BR /&gt;debug3: mm_newkeys_from_blob: 4003efe0(118)&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug3: mm_get_keystate: Waiting for second key&lt;BR /&gt;debug3: mm_newkeys_from_blob: 4003efe0(118)&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug3: mm_get_keystate: Getting compression state&lt;BR /&gt;debug3: mm_get_keystate: Getting Network I/O buffers&lt;BR /&gt;debug3: mm_share_sync: Share sync&lt;BR /&gt;debug3: mm_share_sync: Share sync end&lt;BR /&gt;debug1: audit event euid 0 user userx event 2 (AUTH_SUCCESS)&lt;BR /&gt;Memory Fault&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is no coredump though...</description>
      <pubDate>Wed, 31 Jan 2007 17:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935818#M757328</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-01-31T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935819#M757329</link>
      <description>hmmm.. beats me.  :) ut here are a few other things I'd check.&lt;BR /&gt;&lt;BR /&gt;make sure the filesets are configured:&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset -a state Secure_Shell&lt;BR /&gt;&lt;BR /&gt;If it's not in a configured state:&lt;BR /&gt;&lt;BR /&gt;swconfig Secure_Shell\*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You could also try running it with "UsePrivilegeSeparation" set to no&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2007 18:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935819#M757329</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-31T18:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935820#M757330</link>
      <description>Just a thought ...&lt;BR /&gt;&lt;BR /&gt;In your last entry, the debug stops with "Memory Fault". Could it be that some setting on your system is not fully correct, and that this is not at all an SSH problem ?&lt;BR /&gt;&lt;BR /&gt;Just a thought of course, I don't know how to investigate this.</description>
      <pubDate>Thu, 01 Feb 2007 02:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935820#M757330</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-02-01T02:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935821#M757331</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had a HP-UX system which had similar behavior&lt;BR /&gt;&lt;BR /&gt;I changed this setting in sshd_config, and then SSH worked fine:&lt;BR /&gt;&lt;BR /&gt;UsePrivilegeSeparation  no&lt;BR /&gt;&lt;BR /&gt;Just a thought&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kasper</description>
      <pubDate>Thu, 01 Feb 2007 05:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935821#M757331</guid>
      <dc:creator>Kasper Hedensted</dc:creator>
      <dc:date>2007-02-01T05:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935822#M757332</link>
      <description>You DID check the permissions of your:&lt;BR /&gt;homedirectory, .ssh subdirectory, and the files in .ssh on your login account right?</description>
      <pubDate>Thu, 01 Feb 2007 08:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935822#M757332</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2007-02-01T08:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935823#M757333</link>
      <description>Hey all,&lt;BR /&gt;&lt;BR /&gt;Denver/Kasper:&lt;BR /&gt;&lt;BR /&gt;I verified that the filesets are configured for Secure_Shell. I also set UsePrivilegeSeparation = no, restarted sshd and tried again... same results.&lt;BR /&gt;&lt;BR /&gt;Wim:&lt;BR /&gt;&lt;BR /&gt;At this point I think anything is possible! This system hasn't given me any troubles in the past, but as we all know thats just a matter of time.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Thu, 01 Feb 2007 08:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935823#M757333</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-02-01T08:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935824#M757334</link>
      <description>So still the same memory fault w/out priv sep running sshd -ddd?&lt;BR /&gt;&lt;BR /&gt;Just curious, but if you set sshd_config to permit root login... can you login via ssh to root?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Thu, 01 Feb 2007 08:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935824#M757334</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-02-01T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935825#M757335</link>
      <description>Steve: &lt;BR /&gt;&lt;BR /&gt;Yes, just double checked. Permissions/ownership look fine. Even out of curiosity did a chmod -R 777 /home/userx... still the same results.&lt;BR /&gt;&lt;BR /&gt;Denver:&lt;BR /&gt;&lt;BR /&gt;Just tried as root... same results BUT a coredump occurred this time.</description>
      <pubDate>Thu, 01 Feb 2007 09:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935825#M757335</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-02-01T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935826#M757336</link>
      <description>Those directory permissions are wrong.&lt;BR /&gt;&lt;BR /&gt;The user's home directory can't have write permission for group and other.  And the .ssh subdirectory needs to be only accessable by the user.  (I didn't read this out of any manual.  I just found this out via experimentation).&lt;BR /&gt;&lt;BR /&gt;$:/home/slpost/.ssh&amp;gt; ls -ld .&lt;BR /&gt;drwx------   2 slpost     users         8192 Jul 20  2006 .&lt;BR /&gt;$:/home/slpost/.ssh&amp;gt; cd ..&lt;BR /&gt;$:/home/slpost&amp;gt; ls -ld .&lt;BR /&gt;drwxr-xr-x  24 slpost     users         8192 Feb  1 08:17 .&lt;BR /&gt;$:/home/slpost&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I had this problem.  Everything looks like it should work.  It doesn't.  Then you change the permissions.  And viola.  It's worth the 2 seconds to at least try it.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935826#M757336</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2007-02-01T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935827#M757337</link>
      <description>I'm pretty sure they were set that way before I experimented with changing the permissions, but I went back and changed them to what you suggested. Now I have:&lt;BR /&gt;&lt;BR /&gt;700 on /home/userx/.ssh&lt;BR /&gt;755 on /home/userx&lt;BR /&gt;&lt;BR /&gt;Same memory fault though.</description>
      <pubDate>Thu, 01 Feb 2007 09:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935827#M757337</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-02-01T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935828#M757338</link>
      <description>sorry about steering you the wrong way.  Here's another potential deadend to try.  &lt;BR /&gt;&lt;BR /&gt;Look at file /opt/ssh/etc/ssh_prng_cmds&lt;BR /&gt;&lt;BR /&gt;This runs a pile of commands to help make a random pattern.  Perhaps one of these commands is bombing out enough to stop the whole process?&lt;BR /&gt;&lt;BR /&gt;This one happened to me when I had a box with DNS setup wrong.  It would hang on the "netstat -i" command buried in this file.</description>
      <pubDate>Thu, 01 Feb 2007 10:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935828#M757338</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2007-02-01T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935829#M757339</link>
      <description>No problem Steve... I don't think there is a wrong way to go from here! I checked out /opt/ssh/etc/ssh_prng_cmds... I was able to run all the commands in there without any problems. Good thought though. I think I'm getting to the point where I need to try another version or try the non-precompiled binary route. I'm not giving up quite yet though.. its a matter of pride now :)</description>
      <pubDate>Thu, 01 Feb 2007 10:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-issues/m-p/3935829#M757339</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2007-02-01T10:46:17Z</dc:date>
    </item>
  </channel>
</rss>

