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 0e09945 commit 61f02d1Copy full SHA for 61f02d1
tabby-ssh/src/profiles.ts
@@ -33,6 +33,7 @@ export class SSHProfilesService extends QuickConnectProfileProvider<SSHProfile>
33
kex: [] as string[],
34
cipher: [] as string[],
35
serverHostKey: [] as string[],
36
+ compression: [] as string[],
37
},
38
proxyCommand: null,
39
forwardedPorts: [],
0 commit comments