Operating System - HP-UX
1819814 Members
4179 Online
109607 Solutions
New Discussion юеВ

Set up secure ftp access between Linux and HP/UX

 
Joy Holland
New Member

Set up secure ftp access between Linux and HP/UX

I need to set up a secure ftp access from a Linux box to a HP/UX box. Can be either sftp or ssh to allow access to only one folder on the server for transferring files. How do I do this?
6 REPLIES 6
IT_2007
Honored Contributor

Re: Set up secure ftp access between Linux and HP/UX

yes. you can use sftp to transfer files between Linux and HP. You need to configure sftp on both systems.

Do you want to setup one way or both ways transfer from one folder?
Joy Holland
New Member

Re: Set up secure ftp access between Linux and HP/UX

We need to have the ability to ftp files in and out of the server thru the sftp
IT_2007
Honored Contributor

Re: Set up secure ftp access between Linux and HP/UX

You need to install ssh on Servers. See the ssh info from the link.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

sftp is part of ssh subsystem. you can see /etc/ssh/ssh_config file.
Prasanth B
Trusted Contributor

Re: Set up secure ftp access between Linux and HP/UX

Hi,

You will need to "chroot" sftp, so that the access is restricted to one directory.
-PB
Take life as it comes
Craig Smith_13
Frequent Advisor

Re: Set up secure ftp access between Linux and HP/UX

Ivan Krastev
Honored Contributor

Re: Set up secure ftp access between Linux and HP/UX

Take a look at this docs - http://docs.hp.com/en/T1471-90011/ch01s12.html

regards,
ivan