SSH on AIX?

It's not there. Is that normal?

# man ssh
Manual entry for ssh not found or not installed.
# ssh
ksh: ssh: not found.

I need to do a sFTP to another host and I need to do it from my AIX system. Any solutions?

SSL/SSH is not installed on AIX as part of the standard install.
It is included on the CD set, the Expansion pack I think but for the latest you should download it.

You'll need to install OpenSSL and Open SSH, sourceforge.net or the AIX download site should have the latest version:

Browse OpenSSH on AIX Files on SourceForge.net
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=aixbp

HTH

thanks. will do.