gss-token: implement -m to specify what mech to use.

This commit is contained in:
Roland C. Dowdeswell
2020-10-08 18:32:26 +01:00
parent 4336c944e0
commit dcac4e1ff9
2 changed files with 44 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
.Op Fl C Ar ccache
.Op Fl S Ar maxsize
.Op Fl c count
.Op Fl m mech
.Op Ar service@host
.Sh DESCRIPTION
.Nm
@@ -66,6 +67,13 @@ This flag only changes the behaviour when operating in initiator mode.
This is good for very basic benchmarking.
.It Fl l
loop indefinitely in acceptor mode.
.It Fl m Ar mech
specifies the GSS mechanism that will be used in initiator mode.
If a mechanism name of
.Do ? Dc
is specified, a list of supported mechanisms will be output and
.Nm
will exit.
.It Fl n
do not output the generated tokens.
.It Fl r