AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
Expand all | Collapse all

Secure File Transfer Connection Problem

  • 1.  Secure File Transfer Connection Problem

    Posted Thu February 18, 2010 03:04 AM

    Originally posted by: mirzek


    Hi,

    I want to some files transfer to my Aix system with Sftp. I can connect to Aix server with Ssh but I am trying to connect with Secure Shell File Transfer, I am not able to connect aix server. I am getting "The host is Unreachable"

    What is the reason? How can i enable Sftp?

    Thanks.
    #AIX-Forum


  • 2.  Re: Secure File Transfer Connection Problem

    Posted Thu February 18, 2010 02:20 PM

    Originally posted by: SystemAdmin


    Hello,

    Can you check If you are subsystem ftp/sftp running ? smitty subserver - query ftp/sftp - Started subserver than pid would be started then try file transfer. Also verify If hostname is servered through DNS.
    #AIX-Forum


  • 3.  Re: Secure File Transfer Connection Problem

    Posted Sun February 21, 2010 07:26 PM

    Originally posted by: SystemAdmin


    Hi,

    Check that you have a line similar to the following in /etc/ssh/sshd_config:

    1. override default of no subsystems
    Subsystem sftp /usr/sbin/sftp-server -l INFO

    If you have a recent version of sshd then the "-l INFO" will log file transfers to the syslog; if you
    have an old version, then this will generate an error, so remove it.
    #AIX-Forum