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

Keep SSH connection open to speed up commands #2

Open
westonruter opened this issue Aug 13, 2013 · 3 comments
Open

Keep SSH connection open to speed up commands #2

westonruter opened this issue Aug 13, 2013 · 3 comments

Comments

@westonruter
Copy link
Contributor

Since vassh has to invoke vagrant ssh anew each time it runs, there is the additional overhead of establishing the SSH connection that can take an additional ~1s. If, however, the first time that vaash is invoked we could somehow keep the connection open in the background and then keep re-using it, then it would speed up requests.

See original comment.

@bfintal
Copy link

bfintal commented Sep 5, 2015

+1

@shkm
Copy link

shkm commented Oct 30, 2015

+1 this would be amazing.

@westonruter
Copy link
Contributor Author

See also: xwp/wp-cli-ssh#15

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

No branches or pull requests

3 participants