- Newest
- Most votes
- Most comments
AWS ClientVPN will not allow connectivity in reverse direction (AWS to on-premises)
You can look at OpenVPN which does support this.
https://openvpn.net/vpn-server-resources/reach-openvpn-clients-directly-from-a-private-network/
It's for an EV code signing certificate. The local laptop has the EV USB token and is connected to the internet behind a firewall with no access to. If I setup Openvpn on the local laptop and on the AWS instance CI/CD would that work?
Still do not understand why you would need to ssh to your laptop? Is this to copy the certificate to the ec2?
Using native AWS services would be to use Site to site vpn allows this as that’s what it’s designed for.
Openvpn would work.
Question would be why would you want to ssh to your own machine when you’re connected to it? One work around if you wanted to access your local machine to get round the current issue is a reverse ssh tunnel
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Thank you for the quick reply. Any setup instructions on how to set that up?