mirror of
https://github.com/eugeny/tabby
synced 2026-08-24 06:46:35 +00:00
ssh: enable multiplexing by default
This commit is contained in:
@@ -40,7 +40,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
||||
scripts: [],
|
||||
socksProxyHost: null,
|
||||
socksProxyPort: null,
|
||||
reuseSession: false,
|
||||
reuseSession: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user