terminal #3362
blinkinglight
started this conversation in
General
terminal
#3362
Replies: 2 comments 11 replies
-
Here's the important part of ssh connection at Coolify generateSshCommand I see your suggestions being applied on On my PR #2586, the option changed is But when connection happens using SSH, websocket just re-uses the ptyProcess spawned by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#2298
ssh can reuse connection
ssh config
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist 600
ssh -t -o ControlPath=~/.ssh/master-someuniqname -o ControlMaster=auto -o ControlPersist=60 host cmd...
Beta Was this translation helpful? Give feedback.
All reactions