HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SFTP configuration procedure
Operating System - HP-UX
1836551
Members
2033
Online
110102
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
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-29-2005 05:30 PM
03-29-2005 05:30 PM
SFTP configuration procedure
Trying to configure sftp on HP UX 11. the sftp is installed on HP.
The sftp client is on SUN solaris.
can somebody give me complete procedure after SSH has been installed. or atleast the source for it>>
Thanks,
Ashish.
The sftp client is on SUN solaris.
can somebody give me complete procedure after SSH has been installed. or atleast the source for it>>
Thanks,
Ashish.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 05:55 PM
03-29-2005 05:55 PM
Re: SFTP configuration procedure
sftp from sysa to sysb using user1
--------------------------------------------
a. Login to sysa as user1.
b. ssh-keygen -t rsa
c. Two files are generated.
1. id_rsa
2. id_rsa.pub
d. Transfer the file id_rsa.pub to sysb:/tmp
e. cat /tmp/id_rsa.pub >>/.ssh/authorized_keys
Create the .ssh directory and touch the file authorized_keys on sysb if necessary. Change permissions as on sysa.
g. Test connection by doing an sftp from sysa to sysb. The first time you may be prompted to retain the signature of the remote system. Just comfirm with an yes. It should take you to the sftp prompt.
f. If you need to communicate the other way i.e. sysb to sysa, then you need to do the same as above after swapping systems.
--------------------------------------------
a. Login to sysa as user1.
b. ssh-keygen -t rsa
c. Two files are generated.
1. id_rsa
2. id_rsa.pub
d. Transfer the file id_rsa.pub to sysb:/tmp
e. cat /tmp/id_rsa.pub >>
Create the .ssh directory and touch the file authorized_keys on sysb if necessary. Change permissions as on sysa.
g. Test connection by doing an sftp from sysa to sysb. The first time you may be prompted to retain the signature of the remote system. Just comfirm with an yes. It should take you to the sftp prompt.
f. If you need to communicate the other way i.e. sysb to sysa, then you need to do the same as above after swapping systems.
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