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
(Created page with "r")
 
No edit summary
Line 1: Line 1:
r
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:
<pre>chsh -s /bin/bash root</pre>
 
You should now be able to use WinScp
 
 
If you wish to change it back to the appliance shell run this command:
<pre>chsh -s /bin/appliancesh root</pre>

Revision as of 09:43, 24 May 2021

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