ssh: enable multiplexing by default

This commit is contained in:
Eugene Pankov 2022-01-17 09:10:00 +01:00
parent bde6fd6231
commit 38423eb139
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -40,7 +40,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
scripts: [],
socksProxyHost: null,
socksProxyPort: null,
reuseSession: false,
reuseSession: true,
},
}