This commit is contained in:
Eugene
2025-08-25 20:32:17 +02:00
parent 0e09945629
commit 61f02d1f85

View File

@@ -33,6 +33,7 @@ export class SSHProfilesService extends QuickConnectProfileProvider<SSHProfile>
kex: [] as string[],
cipher: [] as string[],
serverHostKey: [] as string[],
compression: [] as string[],
},
proxyCommand: null,
forwardedPorts: [],