- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: how to create one user account which only can ...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-16-2009 02:30 AM
04-16-2009 02:30 AM
Re: how to create one user account which only can ftp and cannot telnet
Just use vi on that file and add that line. If not there, you'll need to add the default shells:
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
You may want to leave out those r* shells. (And the scummy C shell, just to discourage it's use. ;-)
- Tags:
- scummy C shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 03:34 AM
04-16-2009 03:34 AM
Re: how to create one user account which only can ftp and cannot telnet
Steps are little different for sftp. If you are using sftp use the shell opt/ssh/utils/sftponly instead of /usr/bin/false.
entry in password file should look like this..
user1:x:149:20:SFTP only user:/home/user1:/opt/ssh/utils/sftponly
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 04:14 AM
04-16-2009 04:14 AM
Re: how to create one user account which only can ftp and cannot telnet
> How to "You'll probably have to include that in /etc/shells" .
You might be amazed how questions like this can be answer by querying the manpages.
# man shells
...offers the principal insight, and following its "see also" references:
# man man getusershell
...tells you even more!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 08:26 AM
04-16-2009 08:26 AM
Re: how to create one user account which only can ftp and cannot telnet
Thanks for all of your help, and it work now . But if i want to user sftp. I found there are no " opt/ssh/utils/sftponly " in my current system. How to make it available ?
BR
thanks a lot.
ERIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 08:40 AM
04-16-2009 08:40 AM
Re: how to create one user account which only can ftp and cannot telnet
> I found there are no " opt/ssh/utils/sftponly " in my current system. How to make it available ?
If you have Secure SHell installed you should have this:
# swlist|grep -i "secure shell"
T1471AA A.05.10.006 HP-UX Secure Shell
If you need this, then see:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 08:47 AM
04-16-2009 08:47 AM
Re: how to create one user account which only can ftp and cannot telnet
and add those users to whom u want to give sftp access to that file
-uvk
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 06:04 PM
04-16-2009 06:04 PM
Re: how to create one user account which only can ftp and cannot telnet
After add "/opt/ssh/utils/sftponly" in passwd file and touch /opt/ssh/utils/sftponly file
But show up error " access denied " after key in password in sftp tool
Please kidnly help me .
BR
eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 07:02 PM
04-16-2009 07:02 PM
Re: how to create one user account which only can ftp and cannot telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2009 09:04 PM
04-16-2009 09:04 PM
Re: how to create one user account which only can ftp and cannot telnet
Are you able to do ssh into the box, if yes then check the file permission which you create now, what is the permission now?
check this also is there any # (hash) mark there in file /etc/ssh/sshd_config
Subsystem sftp /usr/libexec/openssh/sftp-server
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-17-2009 01:32 AM
04-17-2009 01:32 AM
Re: how to create one user account which only can ftp and cannot telnet
Just touch the file is not enough.
#swlist |grep -i secure
T1471AA A.04.50.009 HP-UX Secure Shell
It should list like above. If not I would advice you to download and install HP secure shell from here..
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
That will create all the necessary files for you.
Ganesh.
- « Previous
-
- 1
- 2
- Next »
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP