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

Remote actor deployment via SSH #14

Open
weekens opened this issue Nov 15, 2017 · 2 comments
Open

Remote actor deployment via SSH #14

weekens opened this issue Nov 15, 2017 · 2 comments
Labels

Comments

@weekens
Copy link
Contributor

weekens commented Nov 15, 2017

When launching remote actor for testing purposes, it's often convenient to specify SSH credentials rather than deploying comedy-node on remote machine by hand. Comedy should support this.

@108adams
Copy link

108adams commented Oct 8, 2018

It's just a general question that came to my mind: with deploying actors on remote hosts you are actually injecting code to be run with node-process privileges on that machine. How is comedy-node secured against hostile injection? is it enough to connect to default port and just say "hello, it's my, your friend, just get my code and run"? any tunneling, handshake? No mentions about this in the docs...

@weekens
Copy link
Contributor Author

weekens commented Oct 9, 2018

@108adams, the authentication feature for remote actors is not yet there, so yes, hostile injection is possible. Remote actors feature is intended for private networks where comedy-node port is not exposed to public Internet.

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

No branches or pull requests

2 participants