A SFTP server on which we connect has increased its security level by disabling the use of the ssh-rsa algorithm Since then, SFTP connections with ssh keys are no longer made through Intersytems but through tools such as FileZila and Putty. Looking at the Logs I see that the generated ssh key of type RSA supports other modern algorithms such as rsa-sha2-256 / rsa-sha2-512 ... I wanted to know if the Intersystems SFTP client supports modern algorithms? Or is there an ssh configuration that excludes rsa-sha2 algorithms that will need to be disabled? Here's a section of the error we get in Intersytems ...
ERREUR <Ens>ErrOutConnectFailed: Échec de la connexion SFTP .....' avec l'erreur ERREUR #7510: Erreur SSH '-18' : SSH Error [80101012]: Username/PublicKey combination invalid [80101012] at F:\2024-1-0-263-0\dev\modules\CacheSSH\Session.cpp:498,0 (alert request ID=364130)
When setting up a new web app in iris (iris is in a container) iris complains that a WSGI framework is not installed. I have installed python into the container as well as both flask and django via the python virtual environment (see second screenshot) and the python language server is running
Is this the wrong way to install flask? How do I get the container version to recoginize that flask is installed?
Explore the comparison between open-source and proprietary AI models. Learn that proprietary models generally rank higher in performance on leaderboards like Chatbot Arena, though open-source models are not far behind. We will explain that open-source models tend to lag behind proprietary ones in terms of time but eventually reach comparable performance levels. This means businesses can start with proprietary models and later transition to open-source alternatives as they improve. The video emphasizes considering open-source models as part of an AI strategy due to their evolving capabilities and potential cost benefits.