In /etc/ssh/sshd_config if we swap:
Subsystem sftp /usr/libexec/sftp-server
to say
Subsystem sftp internal-sftp
Then I'm able to connect to my Pod using FileZilla. This could be added to the install script when the file is being set up for SSH already. I've manually verified by making the edit within my Pod 3's file and rebooting.
In
/etc/ssh/sshd_configif we swap:to say
Then I'm able to connect to my Pod using FileZilla. This could be added to the
installscript when the file is being set up for SSH already. I've manually verified by making the edit within my Pod 3's file and rebooting.