HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh telnet .. and limiting ftp access.
Operating System - HP-UX
1838334
Members
3100
Online
110125
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-26-2001 08:21 AM
03-26-2001 08:21 AM
Hello I was wondering if there is a way to limit permission for ftp. For example when somone ftps in a user1 they can only add and delete stuff in only the home directory. or only directories that we want them to access.
I would also like to find out about ssh telnet.
Thanks
I would also like to find out about ssh telnet.
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 09:28 AM
03-26-2001 09:28 AM
Re: ssh telnet .. and limiting ftp access.
Richard,
On your FTP access question, man 4 ftpaccess
and man ftpd should answer the question in sortid detail. You can either set up FTP sublogins where a user FTP's in with Anonymous FTP and then logs in to their account, or with recent 11.0 FTP patch, where the WU-FTP deamon ftpaccess file is used to cause users to be chroot'd to their home directory (which means they can't wander UP the filesystem hierarchy beyond $HOME).
I have not set up ssh telnet so I'm sorry I can't comment about it.
Hope this helps,
-> Brian Hackley
On your FTP access question, man 4 ftpaccess
and man ftpd should answer the question in sortid detail. You can either set up FTP sublogins where a user FTP's in with Anonymous FTP and then logs in to their account, or with recent 11.0 FTP patch, where the WU-FTP deamon ftpaccess file is used to cause users to be chroot'd to their home directory (which means they can't wander UP the filesystem hierarchy beyond $HOME).
I have not set up ssh telnet so I'm sorry I can't comment about it.
Hope this helps,
-> Brian Hackley
Ask me about telecommuting!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 05:43 PM
03-26-2001 05:43 PM
Re: ssh telnet .. and limiting ftp access.
Hi,
With regards to your your query on ssh telnet, please note that ssh functions very differently from telnet even though they serve the purpose of allowing remote host sessions.
Some differences are as follows.
Telnet transmits your login userid, password as well as data during the remote sessions in the clear across the network. SSH encrypts all this traffic.
SSH is analogous to an encrypted telnet
SSH is analogous to an encrypted remsh
SCP is analogous to an encrypted rcp
SFTP is analogous to an encrypted ftp
SSH allows you to piggyback on its PKI infrastructure for authentication, confidentiality and non-repudiation while telnet by itself does not do all this.
With HP-UX, you have the alternate option of using kerberos for your remote sessions such as klogin, kshell in replacement for login, shell.
For more details, you can search the web.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
With regards to your your query on ssh telnet, please note that ssh functions very differently from telnet even though they serve the purpose of allowing remote host sessions.
Some differences are as follows.
Telnet transmits your login userid, password as well as data during the remote sessions in the clear across the network. SSH encrypts all this traffic.
SSH is analogous to an encrypted telnet
SSH is analogous to an encrypted remsh
SCP is analogous to an encrypted rcp
SFTP is analogous to an encrypted ftp
SSH allows you to piggyback on its PKI infrastructure for authentication, confidentiality and non-repudiation while telnet by itself does not do all this.
With HP-UX, you have the alternate option of using kerberos for your remote sessions such as klogin, kshell in replacement for login, shell.
For more details, you can search the web.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP