From 9338fef0c23259a7e8595a37a7283e4bed375d18 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 11:54:21 -0400 Subject: [PATCH] fix: auto-switch sidebar to SFTP on SSH connect + credential debug logging Sidebar automatically switches from Connections to SFTP tab when an SSH session becomes active. Added slog debug output to ConnectSSH showing credentialID, vault state, and loaded credential details to diagnose pubkey auth failures. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/layouts/MainLayout.vue | 9 ++++++++- internal/app/app.go | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue index 8d02373..c973f4a 100644 --- a/frontend/src/layouts/MainLayout.vue +++ b/frontend/src/layouts/MainLayout.vue @@ -211,7 +211,7 @@