SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

SSH FS errors with packet length exceeds max length #420

Open paralovosca opened 2 months ago

paralovosca commented 2 months ago

SSH FS errors with packet length exceeds max length. Possible conflict with jumbo frames being used on network?

image
nufrankz commented 1 month ago

Same error. Using SSHFS v1.26.0 from a long time ago because 1.26.1 won't detect my OpenSSH Agent on Windows 10 :( image

EDIT: it was caused because I set a command (neofetch) on my .bashrc on my server (CentOS). I have to disable it for SSHFS to run on my vscode-insiders 1.90.0.

Does anyone know of a method to do some kind of "if" in .bashrc to execute commands automatically depending on the application we use to connect via ssh? Thanks!