Feat: Implement SSH Multiplexing

This commit is contained in:
peaklabs-dev
2024-09-08 18:13:00 +02:00
parent 435c0baa87
commit cc10d08a7c
2 changed files with 48 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ return [
'contact' => 'https://coolify.io/docs/contact',
],
'ssh' => [
'mux_persist_time' => env('SSH_MUX_PERSIST_TIME', '1m'),
'mux_persist_time' => env('SSH_MUX_PERSIST_TIME', '1h'),
'connection_timeout' => 10,
'server_interval' => 20,
'command_timeout' => 7200,