Had this issue recently on some AIX servers.

Check the file /etc/ssh/sshd_config for an entry similar to:

Subsystem       sftp    /usr/sbin/sftp-server

This defines the binary to be used for SFTP connections. Ensure the path, filename and permissions are correct.

If you amend it, restart ssh with:

stopsrc -s sshd;startsrc -s sshd

This will not affect existing ssh connections.

About troyski

I'm a freelance UNIX engineer working in the UK. I'm married to Tina and between us we have six children. I'm a bit of an Apple fan boy, and all the Windows machines in the house are a thing of the past now.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation