-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KexInit error #10232
Comments
The kex log will appear in the terminal that you used to start Tabby, not within Tabby itself. |
There is nothing in the terminal. All messages printed before connecting: ~ $ export RUST_LOG=debug ~ $ echo $RUST_LOG ~ $ /opt/tabby/tabby src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000 [48303:0117/150339.706770:ERROR:atom_cache.cc(230)] Add _NET_RESTACK_WINDOW to kAtomsToCache |
Version: 1.0.219
Platform: Linux x64 6.12.9-100.fc40.x86_64
Plugins: terminal-charset, save-output, quick-cmds
Frontend: xterm-webgl
In 1.0.216 I could not connect to the same device because of the missing KEX Algo diffie-hellman-group-exchange-sha256 from the new SSH backend.
Now the SSH backend has this KEX algo, but I cannot connect:
Messages:
SSH Connecting to server.domain
SSH Connecting to server.domain
X KexInit
If I start it with RUST_LOG=debug env var there is nothing in the terminal for the SSH connect...
The text was updated successfully, but these errors were encountered: