virtualjj / automated-openvpnas

AWS CloudFormation template to automate a more secure deployment of the OpenVPN Access Server Community Edition.
MIT License
21 stars 17 forks source link

Give option to have port 22 closed on setup #9

Closed jpike88 closed 6 years ago

jpike88 commented 6 years ago

No need to SSH in when firing up a standard configuration

virtualjj commented 6 years ago

I agree that SSH is not necessary and would improve security by completely removing it, especially since I have included SSM functionality. (i.e. can use AWS Run command). SSH is there to help in case the user gets stuck and wants to troubleshoot. As I mentioned in my previous comment, if you don't want to use it simply remove it as the purpose of this template is not to be a one-sized fits all solution. I will update the readme to reflect this - thank you.