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

Hint ssh remote unix socket 000-getting-started.md #21

Closed
wants to merge 1 commit into from

Conversation

ieugen
Copy link
Contributor

@ieugen ieugen commented Jun 12, 2023

NOTE: Advanced tip: When using docker, you can access a unix socket on a remote server by using SSH local port forwarding (see man ssh).
When using contajners with babashka this can be done via bbssh.

openssh ssh options

 -L [bind_address:]port:host:hostport
 -L [bind_address:]port:local_socket
 -L remote_socket:host:hostport
 -L remote_socket:local_socket

@lispyclouds
Copy link
Owner

Thanks a lot for this @ieugen! I think this would be much better suited in the general guidelines doc than here, along with the example that you have in the issue. That way it's more coherent and self contained example.

@ieugen
Copy link
Contributor Author

ieugen commented Jun 12, 2023

Sounds good.
I will recreate the example there.
Is it ok if I add it first (since it handles connection) ?!

@ieugen
Copy link
Contributor Author

ieugen commented Jun 12, 2023

Replaced by #22 .

@ieugen ieugen closed this Jun 12, 2023
@ieugen ieugen deleted the patch-2 branch June 12, 2023 15:52
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

Successfully merging this pull request may close these issues.

2 participants