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.
1 parent 29b5db0 commit 811d34cCopy full SHA for 811d34c
src/local-ssh/proxy.ts
@@ -124,12 +124,12 @@ class WebSocketSSHProxy {
124
setTimeout(() => process.exit(0), 50);
125
}
126
});
127
- sshStream.on('end', () => {
128
- setTimeout(() => process.exit(0), 50);
129
- });
130
- sshStream.on('close', () => {
131
132
+ // sshStream.on('end', () => {
+ // setTimeout(() => process.exit(0), 50);
+ // });
+ // sshStream.on('close', () => {
133
134
// This is expected to never throw as key is hardcoded
135
const keys = await importKeyBytes(getHostKey());
0 commit comments