Windows SSH can see this with permission issues:
https://github.com/PowerShell/Win32-OpenSSH/issues/1302
https://github.com/PowerShell/Win32-OpenSSH/issues/1302#issuecomment-446991503
Kind of makes sense as you're trying to browse folders and perm problems are ones people will be likely to run into. Although "packet" is not a great error to return to a user as its a networking term and in use during SSH.
But, you should in some way check or reset SSH perm and of all files. If it's out of whack when using SSH then you will be guaranteed to see problems. May need to check file owner too. May need to adjust SSH user use. Or whatever.
Perhaps it can also be something else.
https://github.com/PowerShell/Win32-OpenSSH/issues/1302
Well I eventually found out that there was a permission issue - still could be handled more gracefully by openssh
https://github.com/PowerShell/Win32-OpenSSH/issues/1302#issuecomment-446991503
* 2018-12-03 22:21:10.689 Bad message (badly formatted packet or protocol incompatibility).
* 2018-12-03 22:21:10.689 Error code: 5
* 2018-12-03 22:21:10.689 Error message from server: Bad message"
Kind of makes sense as you're trying to browse folders and perm problems are ones people will be likely to run into. Although "packet" is not a great error to return to a user as its a networking term and in use during SSH.
But, you should in some way check or reset SSH perm and of all files. If it's out of whack when using SSH then you will be guaranteed to see problems. May need to check file owner too. May need to adjust SSH user use. Or whatever.
Perhaps it can also be something else.