Skip to content

Commit 61f02d1

Browse files
committed
fixed #10619
1 parent 0e09945 commit 61f02d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tabby-ssh/src/profiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class SSHProfilesService extends QuickConnectProfileProvider<SSHProfile>
3333
kex: [] as string[],
3434
cipher: [] as string[],
3535
serverHostKey: [] as string[],
36+
compression: [] as string[],
3637
},
3738
proxyCommand: null,
3839
forwardedPorts: [],

0 commit comments

Comments
 (0)