diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-13 17:24:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-13 17:24:59 +0100 |
commit | 24150b117110e982496b10c2f1dfef329160a36a (patch) | |
tree | 41a09116925df5900786f286758b7003f9dd95c0 /sys/man/8 | |
parent | 3b835a1d2398b4ddfc590e24ff6f81f3051e6e61 (diff) |
tlssrv: add -A flag to skip changing user after authentication (usefull for aan)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/tlssrv | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/man/8/tlssrv b/sys/man/8/tlssrv index 35285e045..5cb594174 100644 --- a/sys/man/8/tlssrv +++ b/sys/man/8/tlssrv @@ -8,7 +8,7 @@ tlssrv, tlsclient, tlssrvtunnel, tlsclienttunnel \- TLS server and client .B -D ] [ -.B -a +.BR - [ aA ] [ .B -k .I keyspec @@ -89,12 +89,16 @@ is by convention the same as for the target server. is mainly used for logging. If the .B -a +or +.B -A flag is specified, .B p9any authentication is run before the TLS handshake and the resulting plan9 session secret is used as a pre-shared key for TLS encryption. This enables the use of TLS without certificates and also runs -the server command as the authorized user. +the server command as the authorized user when the +.B -a +flag was specified. .PP .I Tlsclient is the reverse of |