Sign in
apache
/
cloudstack
/
de0345d54448d28d2040dd455064de7a7577c4c1
/
.
/
scripts
/
network
/
domr
/
l2tp_vpn.sh
blob: d562dd61c936fcf97778ba267f0e0d4fe9bef2f6 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# @VERSION@
cert
=
"/root/.ssh/id_rsa.cloud"
domr
=
$1
shift
ssh
-
p
3922
-
o
StrictHostKeyChecking
=
no
-
i $cert root@$domr
"/opt/cloud/bin/vpn_l2tp.sh $*"
>/
dev
/
null
exit $
?