From: Benjamin Mako Hill Date: Fri, 7 Jul 2023 00:55:59 +0000 (-0700) Subject: don't run the openconnect script in the background X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/commitdiff_plain don't run the openconnect script in the background --- diff --git a/ssh-vpn-proxy b/ssh-vpn-proxy index 819d175..58f847a 100755 --- a/ssh-vpn-proxy +++ b/ssh-vpn-proxy @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash export OPENSSL_CONF="${HOME}/bin/nu-vpn-proxy/openssl.conf" # this allows for legacy renegotation which seems to be required now @@ -7,9 +7,8 @@ SEARCH_PATTERN="ESP tunnel connected; exiting HTTPS mainloop." # connects to SSH through openconnect and VPN # for use with ProxyCommand in SSH - # first run openconnect -/sbin/start-stop-daemon --pidfile /tmp/nu-vpn-openconnect.pid -S --startas "${HOME}/bin/nu-vpn-proxy/openconnect_command-ssh.sh" & +/sbin/start-stop-daemon --pidfile /tmp/nu-vpn-openconnect.pid -S --startas "${HOME}/bin/nu-vpn-proxy/openconnect_command-ssh.sh" sleep 2 # kill connection on exit