{"id":1568,"date":"2020-08-04T17:49:16","date_gmt":"2020-08-04T09:49:16","guid":{"rendered":"https:\/\/www.strongd.net\/?p=1568"},"modified":"2020-08-04T17:49:16","modified_gmt":"2020-08-04T09:49:16","slug":"automatically-connect-openconnect-vpn-use-a-service-file","status":"publish","type":"post","link":"https:\/\/www.strongd.net\/?p=1568","title":{"rendered":"automatically connect OpenConnect VPN use a service file"},"content":{"rendered":"<p>i use a service file<\/p>\n<p><strong>\/etc\/systemd\/system\/myVpn.service<\/strong><\/p>\n<pre><code>[Unit]\r\nDescription=My Vpn Connection\r\nAfter=network.target\r\n\r\n[Service]\r\nType=simple\r\nEnvironment=password=correcthorsebatterystaple\r\n ExecStart=\/bin\/sh -c 'echo YourPasswordHere | sudo openconnect --protocol=nc YourServerHere --user=YourUserHere --passwd-on-stdin'\r\n\r\nRestart=always<\/code><\/pre>\n<p>systemctl enable myVpn<\/p>\n<p>systemctl start myVpn<\/p>\n","protected":false},"excerpt":{"rendered":"<p>i use a service file \/etc\/systemd\/system\/myVpn.service [Unit] Description=My Vpn Connection After=network.target [Service] Type=simple Environment=password=correcthorsebatterystaple ExecStart=\/bin\/sh -c &#8216;echo YourPasswordHere | sudo openconnect &#8211;protocol=nc YourServerHere &#8211;user=YourUserHere &#8211;passwd-on-stdin&#8217; Restart=always systemctl enable myVpn systemctl start myVpn<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-1568","post","type-post","status-publish","format-standard","hentry","category-20"],"_links":{"self":[{"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/posts\/1568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.strongd.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1568"}],"version-history":[{"count":1,"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/posts\/1568\/revisions"}],"predecessor-version":[{"id":1569,"href":"https:\/\/www.strongd.net\/index.php?rest_route=\/wp\/v2\/posts\/1568\/revisions\/1569"}],"wp:attachment":[{"href":"https:\/\/www.strongd.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.strongd.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.strongd.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}