Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of a persistant SSH connection #69

Open
frathe opened this issue Jul 22, 2018 · 3 comments
Open

Use of a persistant SSH connection #69

frathe opened this issue Jul 22, 2018 · 3 comments

Comments

@frathe
Copy link

frathe commented Jul 22, 2018

Hey ;)

Would it be possible to use a persistent SSH connection?
On a single deployment the bundel is using 22 ssh sessions.

Greetings,
Florian

@dachinat
Copy link

dachinat commented Sep 6, 2018

I'm getting ssh_dispatch_run_fatal: Connection to *** port 22: Operation timed out all the time. Several requests after 'release' directory gets created. What to do

@jwillp
Copy link

jwillp commented Oct 6, 2018

In my case on the server, I had ssh connection rate limiting, which caused connect to *** port 22: Connection Refused.
So to reuse existing SSH connections I added this to my local ~/.ssh/config file:

Host name-of-my-server
    ControlPath ~/.ssh/sockets/%r@%h:%p
    ControlMaster auto
    ControlPersist 10

Make sure to create the ~/.ssh/socket directory.

@florentdestremau
Copy link

florentdestremau commented Jan 25, 2019

ufw and fail2ban banned my on my first deploys, how can this issue go forward ? I'm eager to help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants