Received too large (1433299822 B) SFTP packet. Max supported packet size is 1024000 BHost is not communicating for more than 15 seconds. If the problem repeats, try turning off 'Optimize connection buffer size'scp: Received message too long 1433299822scp: ensure the remote shell produces no output for non-interactive sessions.vCenter Server Appliance (All versions)
When using WinSCP, part of the operation occurs on the target system. The default Appliance Shell cannot be the remote partner of WinSCP.
By default, VCSA is set to Appliance Shell, but SCP requires Bash shell.
There are 2 ways to resolve this issue.
Open Advanced settings in WinSCP.
Select SFTP.
In SFTP server, replace the default value with: shell /usr/libexec/sftp-server
Note: This method is safer than changing the vCenter bash shell, as it avoids risks associated with modifying Photon OS settings.
chsh -s /bin/bash root