Does sunSSH internal-sftp support -d option as does the equivalent in openSSH?
Basically in my /etc/ssh/sshd_config file I do:
Match Group sftp ChrootDirectory %h ForceCommand internal-sftp -d /foo AllowTcpForwarding no The above is possible on Linux, but I cannot find any documentation wrt Solaris and internal-sftp.
The reason why I assume it doesn't work is because SFTP sessions cannot login with the above config. If I remove the parameters following internal-sftp it works.
Solaris version is 11.3. (latest and greatest)
man sshd_configtell you?sftp-server.Subsystemsection?