Menu

rpg.conf.5

Vladimir Stavrinov
<html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="Content-Style" content="text/css"> <style type="text/css"> p { margin-top: 0; margin-bottom: 0; vertical-align: top } pre { margin-top: 0; margin-bottom: 0; vertical-align: top } table { margin-top: 0; margin-bottom: 0; vertical-align: top } h1 { text-align: center } </style> rpg.conf

</head>
<body>

rpg.conf

NAME

DESCRIPTION

VARIABLES

FILES

SEE ALSO

AUTHORS


NAME

rpg.conf - Configuration file for rpg

DESCRIPTION

rpg.conf is configuration file for rpg utility for readable password generation. If it doesn’t exists, then all parameters are set to it’s defaults. In fact, it is shell script setting environment variables, described bellow. All variables are set to it’s default values here.

VARIABLES

These shell variables are sourced by rpg script. You can redefine all of them in the file /etc/rpg/rpg.local and ~/.config/rpg/rpgrc
CONSONANT="bdfkmnprstvz"

Consonant letters to pick from.

VOWEL="euai"

Vowel letters to pick from.

DIGIT="23456789"

Digits to pick from.

MIN=6

Minimum length, symbols.

MAX=12

Maximum length, symbols.

WORDS="/usr/share/dict/words"

Dictionary to check against to.

REPEAT=5

Repeat, times

BAD="pb bp dt vf zs sz pf"

Excluded letter combination.

NUMBER=true

Include numbers.

UPPER=true

Include upper case letters.

SPOT=2

Increase chances for upper case and digits.

VERBOSE=false

Output variables values.

FILES

/etc/rpg/rpg.conf

Main configuration file for system wide setting shell variables. Some of them override by command line options. In turn it sources the file /etc/rpg/rpg.local, where You can redefine all of them, leaving main config untouched.

/etc/rpg/rpg.local

Custom configuration file. Use it for local setting, overriding ones from main config.

~/.config/rpg/rpgrc

User config, override system settings.

SEE ALSO

rpg(1), bash(1)

AUTHORS

Vladimir Stavrinov <vstavrinov@gmail.com>



</body>
</html>


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.