Ver páginaRevisiones antiguasEnlaces a esta páginaExportar a PDFVolver arriba Esta página es de solo lectura. Puedes ver la fuente pero no puedes cambiarla. Pregunta a tu administrador si crees que esto es incorrecto. ====== Connect Odoo.SH ====== SSH clients that have been updated since the CVE-2023-48795 (about two weeks ago) cannot connect to Odoo.sh using RSA keys with the new default SSH options. A workaround is to use the following ssh client option: <code bash> -oPubkeyAcceptedKeyTypes=+ssh-rsa </code> However this option actually bypasses the latest security patch made on openssh clients, so this option is considered insecure and should be seen as a temporary workaround. A better alternative would be to switch to the newer and safer ED25519 key types. <code bash> env | grep PG </code> <code bash> PGUSER=usuario PGPASSWORD=contraseña PGDATABASE=db </code> <code bash> ssh -v -L 54320:localhost:5432 -N 3930615_user@host.odoo.com </code> <code bash> ssh-keygen -t ed25519 </code> odoo_sh.txt Última modificación: 2024/02/27 15:48por ivan