@@ -27,22 +27,24 @@ your own netinit scripts to fit your needs.
27
27
28
28
Usage:
29
29
30
- gssvpnd -v -p port -i interface -s service -a utility -u user -t -d
30
+ gssvpnd -v -p port -s service -i interface -a utility -u user -t -d
31
31
-v Will enable verbose logging. Really really verbose.
32
32
-p port The port for the server to bind to.
33
33
-s service The name of the service in the keytab to accept contexts for.
34
+ -i interface Tap interface to use
34
35
-a utility Path to the utility to execute for network initialization.
35
36
-u user User to become after dropping privileges.
36
37
-t Kill clients on timeout (default is to reinitialize).
37
- -i interface Tap interface to use
38
38
-d Runs the process as a daemon, detaching from the console.
39
39
40
- gssvpn -v -h hostname -p port -s service -i interface -e keepalive -r cmd
40
+ gssvpn -v -h hostname -p port -s service -i interface -a utility -u user - e keepalive -r cmd
41
41
-v Will enable verbose logging.
42
+ -h hostname Hostname of server
42
43
-p port Port to connect to on the server
43
44
-s service Service name to connect to on server
44
- -h hostname Hostname of server
45
45
-i interface Tap interface to use
46
+ -a utility Path to the utility to execute for network initialization.
47
+ -u user User to become after dropping privileges.
46
48
-e keepalive Period between sending keep-alive echos to server.
47
49
-r command Command to run to renew credentials.
48
50
0 commit comments