Support for Azure planned?Answered

Hi!

Are there plans to support azure for “upload the updates”?
Or have someone a trick I can use for that?
 

SFTP just get me “SSH session. Error code: -5”
The credentials are fine because Filezilla can connect.

Thanks
Andreas

Answer

The SSH library we were using had poor support for modern ciphersuites. Even the latest version has poor support.

That‘s why for the next version of wyBuild we built a new SSH library that support modern secure ciphersuites.

That‘s why for the next version of wyBuild we built a new SSH library that support modern secure ciphersuites.

Seems like we're still waiting over a year later… Why build an entire SSH library instead of using a different one that works? At least temporarily so your product is still usable. If your car blows a tyre do you build a tyre manufacturing company or just replace the tyre? 

, edited

Use Cyberduck or FileZilla to upload your files in the meantime. Plus all these hosting sites (AWS, Azure, Google whatever, etc.) all have web interfaces and command line tools.

Why build an entire SSH library instead of using a different one that works?

Built = Compile a working SSH library that has a license we can use (and contribute to), strip out deprecated features, etc., etc.

So, we are using a (different) well-supported, well-designed, pre-built library. However it still needs work to make it useful for real-world applications.

, edited