Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Created November 21, 2019 21:43
Show Gist options
  • Select an option

  • Save oliveira-andre/ef4907002f905644d270212d466143ed to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/ef4907002f905644d270212d466143ed to your computer and use it in GitHub Desktop.
connecting and editing a vpn by linux
# nano /etc/openfortivpn/config
# config file for openfortivpn, see man openfortivpn(1)
host = link_da_vpn
port = porta_da_vpn
username = seu_login
password = sua_senha
trusted-cert = #(deixa sem o cert e depois da primeira conexao ele aparece e você pode copiar e colar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment