<?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: HP OpenSSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754946#M739276</link>
    <description>It looks like you're going from windows to windows.  If I recall correctly, the SSH server that shipped with SIM (on windows) isn't for general use.  (note, refer to support for the official word) That's because the shipped sshd is cygwin-based.  Cygwin has a shared memory model that fails to isolate processes memory and resources.  To avoid giving users a false-sense of security, I believe they disabled the server for non-root access (to avoid comingling admin/non-admin).  That said, you can always use your own sshd (configured on a different port).&lt;BR /&gt;&lt;BR /&gt;Does that make sense?&lt;BR /&gt;-Robert</description>
    <pubDate>Tue, 21 Mar 2006 14:42:25 GMT</pubDate>
    <dc:creator>Robert Fritz</dc:creator>
    <dc:date>2006-03-21T14:42:25Z</dc:date>
    <item>
      <title>HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754942#M739272</link>
      <description>Hi&lt;BR /&gt;Is it possible to configure a non admin user(local user) to transfer file using SFTP on a HP SIM 4.1 server(member server).I am getting th following error message&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;ssh -l userftp 192.168.0.10&lt;BR /&gt;userftp@192.168.0.10's password:&lt;BR /&gt;Last login: Mon Mar 20 22:18:09 2006 from 2ksrv1.test.lab&lt;BR /&gt;C:\Program Files\OpenSSH\bin\switch.exe: *** can't create title mutex 'Global\cygwin1S3-2003-11-04 16:46.title_mutex.0', Win32 error 5&lt;BR /&gt;Connection to 192.168.0.10 closed.&lt;BR /&gt;&lt;BR /&gt;can any one help me.</description>
      <pubDate>Mon, 20 Mar 2006 12:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754942#M739272</guid>
      <dc:creator>blue_sky5429</dc:creator>
      <dc:date>2006-03-20T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754943#M739273</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This error is on the windows client.&lt;BR /&gt;&lt;BR /&gt;It may be triggered by the sshd daemon not being run on the host 192.168.0.10&lt;BR /&gt;&lt;BR /&gt;I'd make sure the software is installed correctly in windows as a first step.&lt;BR /&gt;&lt;BR /&gt;sftp transfers are normally initiated with the command:&lt;BR /&gt;&lt;BR /&gt;sftp&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Mar 2006 12:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754943#M739273</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-20T12:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754944#M739274</link>
      <description>I would try to use sftp instead of ssh in the command line. I repectfuly disagree with Steven because in my mind if sshd wasn't running on 192.168.0.10 you would not have gotten the "Last login" message, the session whould have just failed with a "rejected" type error.&lt;BR /&gt;&lt;BR /&gt;That being said and hopefully I didn't offend anyone, try using sftp -l userftp 192.168.0.10 and post the output if it fails again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754944#M739274</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2006-03-20T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754945#M739275</link>
      <description>I can login and transfer files using a Admin ID.If i remove the ID from the admin group the next moment it gives connection closed error message.Kindly find the attachment for better understading.It has both output with and without admin privilage for that ID.Even i gave full controll and owerner for the ID on OPENSSH folder.But everything getting fails.&lt;BR /&gt;&lt;BR /&gt;I belive HP customized such configuration by restricting non admin IDs.&lt;BR /&gt;&lt;BR /&gt;Thanks for your kind response.</description>
      <pubDate>Tue, 21 Mar 2006 10:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754945#M739275</guid>
      <dc:creator>blue_sky5429</dc:creator>
      <dc:date>2006-03-21T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754946#M739276</link>
      <description>It looks like you're going from windows to windows.  If I recall correctly, the SSH server that shipped with SIM (on windows) isn't for general use.  (note, refer to support for the official word) That's because the shipped sshd is cygwin-based.  Cygwin has a shared memory model that fails to isolate processes memory and resources.  To avoid giving users a false-sense of security, I believe they disabled the server for non-root access (to avoid comingling admin/non-admin).  That said, you can always use your own sshd (configured on a different port).&lt;BR /&gt;&lt;BR /&gt;Does that make sense?&lt;BR /&gt;-Robert</description>
      <pubDate>Tue, 21 Mar 2006 14:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754946#M739276</guid>
      <dc:creator>Robert Fritz</dc:creator>
      <dc:date>2006-03-21T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754947#M739277</link>
      <description>I believe Robert's comments are correct&lt;BR /&gt;about the 'sshd' shipped with HP-SIM.&lt;BR /&gt;&lt;BR /&gt;Another thing to consider is that, in a&lt;BR /&gt;general Cygwin Windows installation,&lt;BR /&gt;the 'userftp' account is usually not configured with a login shell.  It's&lt;BR /&gt;login shell is usually set to&lt;BR /&gt;'/usr/bin/false' to immediately exit, with&lt;BR /&gt;exit code 1, if someone attempts to log in&lt;BR /&gt;using that account (as a security&lt;BR /&gt;measure).  The 'userftp' account is only&lt;BR /&gt;meant to be used with "sftp".&lt;BR /&gt;&lt;BR /&gt;-- Mike</description>
      <pubDate>Tue, 21 Mar 2006 17:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754947#M739277</guid>
      <dc:creator>Michael Stabnow</dc:creator>
      <dc:date>2006-03-21T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754948#M739278</link>
      <description>I am trying to set up a windows box to allow ssh interactive connection using an domain user who has local admin priviledges on the host in question.&lt;BR /&gt;&lt;BR /&gt;I can connect fine when I use password authentication (from a linux client), but when I try to put a key in .ssh in the home directory for the users, I get that mutex error.&lt;BR /&gt;&lt;BR /&gt;When I use a key with a local admin user (instead of a domain user with local admin privs), the key works fine. Any ideas?&lt;BR /&gt;&lt;BR /&gt;I would use regular cygwin, but won't get past change control. This package, since distributed by HP, can be installed without too much redtape.</description>
      <pubDate>Sun, 15 Oct 2006 13:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754948#M739278</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2006-10-15T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP OpenSSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754949#M739279</link>
      <description>I am not a windows guy, but I guess since I am only authenticating with the sshd service running on that windows box (when I use a key for that domain user), there is no way for the host to check me against the domain? &lt;BR /&gt;&lt;BR /&gt;shrug. I wish windows would just include a supported openssh service in services-for-unix.</description>
      <pubDate>Sun, 15 Oct 2006 14:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-openssh/m-p/3754949#M739279</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2006-10-15T14:04:10Z</dc:date>
    </item>
  </channel>
</rss>

