Let’s say I have a node server running at mysite.com. Is there a way to set up that server so that I can use node’s repl api to securely connect to it from my local machine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, if you used this example:
And firewalled that port
5001, you should be able to securely connect to it using ssh:In this case, the security relies on your firewall, and ssh.