We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad0105 + e3e60da commit 4cf238eCopy full SHA for 4cf238e
src/proxy/ssh/AgentForwarding.ts
@@ -85,7 +85,6 @@ export class LazySSHAgent extends BaseAgent {
85
const keys = identities.map((identity) => identity.publicKeyBlob);
86
87
console.log(`[LazyAgent] Returning ${keys.length} identities`);
88
-
89
if (keys.length === 0) {
90
throw new Error(
91
'No identities found. Run ssh-add <key> on this terminal to add your SSH key.',
0 commit comments