- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP OpenSSH
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:10 AM
03-20-2006 04:10 AM
HP OpenSSH
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
C:\>ssh -l userftp 192.168.0.10
userftp@192.168.0.10's password:
Last login: Mon Mar 20 22:18:09 2006 from 2ksrv1.test.lab
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
Connection to 192.168.0.10 closed.
can any one help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:36 AM
03-20-2006 04:36 AM
Re: HP OpenSSH
This error is on the windows client.
It may be triggered by the sshd daemon not being run on the host 192.168.0.10
I'd make sure the software is installed correctly in windows as a first step.
sftp transfers are normally initiated with the command:
sftp
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:51 AM
03-20-2006 04:51 AM
Re: HP OpenSSH
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 02:04 AM
03-21-2006 02:04 AM
Re: HP OpenSSH
I belive HP customized such configuration by restricting non admin IDs.
Thanks for your kind response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 06:42 AM
03-21-2006 06:42 AM
Re: HP OpenSSH
Does that make sense?
-Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 09:23 AM
03-21-2006 09:23 AM
Re: HP OpenSSH
about the 'sshd' shipped with HP-SIM.
Another thing to consider is that, in a
general Cygwin Windows installation,
the 'userftp' account is usually not configured with a login shell. It's
login shell is usually set to
'/usr/bin/false' to immediately exit, with
exit code 1, if someone attempts to log in
using that account (as a security
measure). The 'userftp' account is only
meant to be used with "sftp".
-- Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 06:56 AM
10-15-2006 06:56 AM
Re: HP OpenSSH
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.
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?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 07:04 AM
10-15-2006 07:04 AM
Re: HP OpenSSH
shrug. I wish windows would just include a supported openssh service in services-for-unix.