Skip to content

Instantly share code, notes, and snippets.

@jcouyang
Last active August 29, 2015 14:03
Show Gist options
  • Save jcouyang/edd59391826d8c9e6045 to your computer and use it in GitHub Desktop.
Save jcouyang/edd59391826d8c9e6045 to your computer and use it in GitHub Desktop.
connect cisco anyconnect in terminal
#!/bin/sh
/opt/cisco/anyconnect/bin/vpn -s $1 blur.blur.com <<"EOF"
0
your.name
your.password
y
exit
EOF
@iambowen
Copy link

你们这是干嘛,暴露客户VPN地址…………别这样好么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment