From d66827de86e726e24deaa69b911ab08d6cafd3f1 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 11 Jan 2026 13:56:47 +0800 Subject: [PATCH] feat: ssh.ts --- single-scripts/ssh.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/single-scripts/ssh.ts b/single-scripts/ssh.ts index 5b4c3d8..957f407 100755 --- a/single-scripts/ssh.ts +++ b/single-scripts/ssh.ts @@ -172,8 +172,7 @@ async function main() { const sshUsername = username || sshProfile.default_username || sshConfig.default_username || "root"; const sshForwardAgent = sshTsArgs.forwardAgent || - sshProfile.forward_agent || - sshConfig.default_forward_agent || true; + sshProfile.forward_agent || sshConfig.default_forward_agent || true; const sshProxy = sshTsArgs.proxy || sshProfile.proxy || sshConfig.default_proxy || false; if (sshForwardAgent) {