Posts

Showing posts from 2024

Received too large SFTP packet error when using WinSCP to connect to vCenter appliance

  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

Cannot use chrome as conditional access blocks it

  As above, you will get an error something like 53003. Basically Chrome does not pass device compliance or anything without the Microsoft Account extension. To enable this create this registry key and set it to 1: Windows:REG_DWORD HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CloudAPAuthEnabled