1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

Prevent Broken SSH after Client Connected

This update proposal is about the client .opvn file. In the client side, if the person ssh to a remote server (like AWS EC2 Instance) and run OpenVPN Client Connect command "openvpn client.ovpn" then the current and future SSH Connection between that person's laptop and the remote server will be broken and the vpn-connected server is inaccessable unless reboot. 

This option prevents that SSH broken connection from happening after a successful vpn connection and static routes can be added later by the client side.
This commit is contained in:
Quang Luong 2020-06-11 10:49:12 +07:00 committed by GitHub
parent 13f8b2e00c
commit 1ce6b5fae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -417,6 +417,7 @@ persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
route-nopull
ignore-unknown-option block-outside-dns
block-outside-dns
verb 3" > /etc/openvpn/server/client-common.txt