diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 02:43:31 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 02:43:31 +0200 |
commit | 63b18e79252845d09abbad44672eabd9233a911b (patch) | |
tree | a71e5f93e01bf695bca43cc148ebf9a2c9a738c7 /sys/man/8 | |
parent | e48a5832b26f817ab06db2d42f88288373b78fac (diff) |
introduce AES key into nvram and keyfs
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/auth | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/8/auth b/sys/man/8/auth index a73076672..72b370a35 100644 --- a/sys/man/8/auth +++ b/sys/man/8/auth @@ -7,7 +7,7 @@ changeuser, convkeys, convkeys2, printnetkey, status, enable, disable, authsrv, .I user .PP .B auth/convkeys -.RB [ -p ] +.RB [ -pa ] .I keyfile .PP .B auth/convkeys2 @@ -151,6 +151,9 @@ The forces .I convkeys to also prompt for the old password. +The +.B -a +option converts the file into AES format. The format of .I keyfile is described in |