- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sftp problem
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
12-13-2006 08:04 PM
12-13-2006 08:04 PM
Two question about sftp:
1 How to do that only the IP which configured in server can access the sftp?
2 How to make the user can only access the special directory?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 08:24 PM
12-13-2006 08:24 PM
Re: sftp problem
please have a look at:
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Restricting_User_Logins.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 08:46 PM
12-13-2006 08:46 PM
Re: sftp problem
I can't open the page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 08:53 PM
12-13-2006 08:53 PM
Re: sftp problem
I have opened it, but it can't resolve all my question.
How about the directory?
And whether the sftp is the same with ssh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 09:13 PM
12-13-2006 09:13 PM
Solutiondo you mean the login directory (which is set in /etc/passwd)? Or do you want to lock the user to a directory (chroot) ?
Please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=942006
If you install ssh you also get sftp,sftp uses the ssh port as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 10:04 PM
12-13-2006 10:04 PM
Re: sftp problem
OK, fixed.
in ssh_config
HostbasedAuthentication no
DenyHosts "16.157.46.168"
It worked.
But after I try several times, it doesn't work.
I don't know why?