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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-19-2009 11:05 PM
тАО11-19-2009 11:05 PM
Can you please give me a hint? I was asked to create scp user for HP-UX 11.11 with following sw installed:
> /usr/sbin/swlist | grep -i -e secure -e ssh
OpenSSL A.00.09.07e.012 Secure Network Communications Protocol
T1471AA A.04.00.002 HP-UX Secure Shell
Is it possible to create only scp user with this secure shell? Or should I install SSH and use the script inclluded there (for chrooted user) - but chroot isn't needed here, just ssh has to be disabled.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 11:33 PM
тАО11-19-2009 11:33 PM
Solutionif you installed SSH,
you will be using "sftp,scp," command to file transfer .
rcp "remote copy" is the equalent to "scp" under secured mode "other why its called scp"
rcp "will be disable due some "security and audit issues"
Hope this helps,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 11:41 PM
тАО11-19-2009 11:41 PM
Re: scp user
Hi,
I belive If you disabled ssh (using wrappers/filter)it may impact scp also.
You can configure sftp only using chroot for secure file transfering.
see this.
/opt/ssh/utils/ssh_chroot_setup.sh
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2009 01:36 AM
тАО11-20-2009 01:36 AM
Re: scp user
Is this you looking for?
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2009 04:45 AM
тАО11-20-2009 04:45 AM
Re: scp user
Yes, user should work with ssh keys, which is not a problem. But SSH connection needs to be disabled - only scp. Probably this is not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2009 12:40 AM
тАО11-21-2009 12:40 AM
Re: scp user
using the same connection, it's not possible to to disable ssh on a configuration base, I think.
If nearly no user should be able to call ssh, restrict the execute permissions on the executable (remove 'execute for world'). That way only group members of the ssh-group can call 'ssh'.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2009 11:12 PM
тАО11-22-2009 11:12 PM
Re: scp user
BR,
Kapil+