1819833 Members
2870 Online
109607 Solutions
New Discussion юеВ

SFTP configuration

 
fahad_8
Advisor

SFTP configuration

Hi all

How can i change FTP user to be SFTP ??

Regards
5 REPLIES 5
sysadm_1
Valued Contributor

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.


fahad_8
Advisor

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 .
Patrick Wallek
Honored Contributor

Re: SFTP configuration

The information you need on configuring SSH should be available here:

http://docs.hp.com/en/internet.html#Secure%20Shell
fahad_8
Advisor

Re: SFTP configuration

really thats site have alot of information , but we want some one or files help us describe the deference between FTP and SFTP , also we need the commands to configure the SFTP

Chris Fleming_1
New Member

Re: SFTP configuration

Once you have installed the ssh packages, you should find that sftp works "out the box".

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?