mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
ssh: enable multiplexing by default
This commit is contained in:
parent
bde6fd6231
commit
38423eb139
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
|||
scripts: [],
|
||||
socksProxyHost: null,
|
||||
socksProxyPort: null,
|
||||
reuseSession: false,
|
||||
reuseSession: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue