Changes of Revision 8
[-] [+] | Added | apg.xinetd |
@@ -0,0 +1,14 @@ +# default: off +# description: APG (Automated Password Generator) is the tool set for random password generation +service pwdgen +{ + disable = yes + socket_type = stream + protocol = tcp + wait = no + user = nobody + group = nobody + server = /usr/sbin/apgd +# default args according to man 8 apgd +# server_args = -a 0 -M sncl -n 6 -x 10 -m 8 +} |