- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to configure Sftp in hp-ux?
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
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
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
тАО02-27-2009 10:17 PM
тАО02-27-2009 10:17 PM
how to configure Sftp in hp-ux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 11:01 PM
тАО02-27-2009 11:01 PM
Re: how to configure Sftp in hp-ux?
Install ssh on hp-ux box , sftp is a part of ssh package
Javed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 11:45 PM
тАО02-27-2009 11:45 PM
Re: how to configure Sftp in hp-ux?
There is a lot of threads about sftp configuration [ I count 20 with the title sftp configuration], search on itrc and look perhaps this
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1289706
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2009 05:20 PM
тАО02-28-2009 05:20 PM
Re: how to configure Sftp in hp-ux?
/etc/opt/ssh/sshd_config
is a file where you can configure the sftp function of ssh. you can limit what users and what directories can be got with sftp.
It basically is the same as ftp with encryption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2009 05:00 AM
тАО03-01-2009 05:00 AM
Re: how to configure Sftp in hp-ux?
If SSH has been , by default sftp has been also Installed,
we need check the configuration file "/etc/opt/ssh/sshd_config "
You try "simple" sftp connection test,
#sftp root@loclhost
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2009 11:37 PM
тАО03-01-2009 11:37 PM
Re: how to configure Sftp in hp-ux?
All the posted replies are perfect. sftp comes with ssh.
For installing ssh, you need to download the depot file and install using the swinstall command.
Then, you can try sftp between your servers.
Pls assign points
Thanks & Regards
Sridhar