I want to have a setup where I have a VPC and have droplets that have have ssh server listening only on the private interface so that I can ssh to the droplets within the private network . I want to set up one droplet which has ssh server listening on the public interface so that I can ssh into it remotely . My trouble is that I want to access the droplets in my private network through this only one sever to which I can ssh into remotely .
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi!
I found this article which goes into the details of doing just what you want (I think): https://mohsensy.github.io/sysadmin/2020/05/01/digitalocean-vpc-access-droplets.html