Skip to content

Instantly share code, notes, and snippets.

View jcsjcs's full-sized avatar

James Silberbauer jcsjcs

  • Silberbauer Computing
  • Somerset West, South Africa
View GitHub Profile
@mgeeky
mgeeky / forticlientsslvpn-expect.sh
Last active October 29, 2024 17:14
Simple script intended to automate Fortinet SSL VPN Client connection on Linux using expect scripting.
#!/bin/bash
# Forticlient SSL VPN Client launching script utilizing expect.
# --------------------------------------------
# CONFIGURATION
# If empty - script will take some simple logic to locate appropriate binary.
FORTICLIENT_PATH=""