1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 10:32:29 +03:00

disable multiplexing by default

This commit is contained in:
Eugene Pankov 2021-12-26 16:49:46 +01:00
parent e024390028
commit ff55d3d1ef
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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