xibbon / LaTerminal

53 stars 2 forks source link

Dropbear SSH does not support sftp, and libssh2 does not detect sftp initialization failures #42

Closed migueldeicaza closed 1 year ago

migueldeicaza commented 1 year ago

Servers like the Ubiquity server comes with DropBear SSH without SFTP, and while they respond with "No sftp for you", libssh2 does not detect this scenario, and insists on keep going, so libssh2_sftp_init just hangs.

migueldeicaza commented 1 year ago

Fixed