- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SFTP configuration
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
тАО08-11-2006 11:30 PM
тАО08-11-2006 11:30 PM
SFTP configuration
How can i change FTP user to be SFTP ??
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 12:02 AM
тАО08-12-2006 12:02 AM
Re: SFTP configuration
For using SFTP,You have to install secure shell in the server.hp-ux lli installs secure shell by default.confirm this using swlist.Swlist should show following product.
HP-UX Secure Shell
if it is not installed,install from application cd or download and install open SSH from this site.
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.3p2/)
In the client side you have to use and SFTP supporting client software like winscp or putty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 01:29 AM
тАО08-12-2006 01:29 AM
Re: SFTP configuration
thank you for ur reply
the product HP-UX Secure Shell , is installed , may you tell me on steps how to configure SFTP , both side server and client .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 03:55 AM
тАО08-12-2006 03:55 AM
Re: SFTP configuration
http://docs.hp.com/en/internet.html#Secure%20Shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2006 10:01 PM
тАО08-13-2006 10:01 PM
Re: SFTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2006 10:10 PM
тАО08-13-2006 10:10 PM
Re: SFTP configuration
The server configuration is in /opt/ssh/etc/sshd_config and privied that the subsystem entry for sftp is present, then this should work.
To use this (from another hpux box, which also has the ssh client installed, just run sftp)
If you want to replace ftp with sftp, then once sftp is working, disable ftp by putting a comment in front of the ftp line in /etc/inetd.conf - Once this has been done users will no longer be able to ftp onto this box.
If you want the ftp command to be actually sftp. Then move the ftp binary out the way and link sftp to ftp.
Is this what you are after?