Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
odoo_sh [2024/02/27 11:10] – creado ivanodoo_sh [2024/02/27 15:48] (actual) ivan
Línea 1: Línea 1:
 +====== Connect Odoo.SH ======
  
  
Línea 5: Línea 5:
  
 A workaround is to use the following ssh client option: A workaround is to use the following ssh client option:
 +<code bash>
 -oPubkeyAcceptedKeyTypes=+ssh-rsa -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. 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.1709053836.txt.gz
  • Última modificación: 2024/02/27 11:10
  • por ivan