Skip to content

Commit 9bb57c3

Browse files
committedMar 29, 2012
Update README to match command-line options.
1 parent 6532bfe commit 9bb57c3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎README

+6-4
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,24 @@ your own netinit scripts to fit your needs.
2727

2828
Usage:
2929

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
3131
-v Will enable verbose logging. Really really verbose.
3232
-p port The port for the server to bind to.
3333
-s service The name of the service in the keytab to accept contexts for.
34+
-i interface Tap interface to use
3435
-a utility Path to the utility to execute for network initialization.
3536
-u user User to become after dropping privileges.
3637
-t Kill clients on timeout (default is to reinitialize).
37-
-i interface Tap interface to use
3838
-d Runs the process as a daemon, detaching from the console.
3939

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
4141
-v Will enable verbose logging.
42+
-h hostname Hostname of server
4243
-p port Port to connect to on the server
4344
-s service Service name to connect to on server
44-
-h hostname Hostname of server
4545
-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.
4648
-e keepalive Period between sending keep-alive echos to server.
4749
-r command Command to run to renew credentials.
4850

0 commit comments

Comments
 (0)