Received too large SFTP packet error when using WinSCP to connect to vCenter appliance: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 16: Line 16:
[[Category:esxi]]
[[Category:esxi]]
[[Category:vcenter]]
[[Category:vcenter]]
‎<comments />

Latest revision as of 10:06, 20 March 2022

This is because the appliance shell is set as the default for root (which is expected), to resolve it you need to change the default to bash by following the below:

SSH To the vCenter and run:

chsh -s /bin/bash root

You should now be able to use WinScp


If you wish to change it back to the appliance shell run this command:

chsh -s /bin/appliancesh root

‎<comments />