axspawn (8) - Linux Manuals
axspawn: Allow automatic login to a Linux system.
NAME
axspawn - Allow automatic login to a Linux system.SYNOPSIS
axspawn [--pwprompt PR0MPT, -p PR0MPT] [--changeuser, -c] [--rootlogin, -r] [--only-md5] [--wait, -w]DESCRIPTION
Axspawn will check if the peer is an AX.25 connect, the callsign a valid Amateur Radio callsign, strip the SSID, check if UID/GID are valid, allow a password-less login if the password-entry in /etc/passwd is lq+rq or empty; in every other case login will prompt for a password.
Axspawn can create user accounts automatically. You may specify the user shell, first and maximum user id, group ID in the config file and (unlike WAMPES) create a file lq/etc/ax25/ax25.profilerq which will be copied to ~/.profile.
SECURITY
Auto accounting is a security problem by definition. Unlike WAMPES, which creates an empty password field, Axspawn adds an lqimpossiblerq ('+') password to /etc/passwd. Login gets called with the lq-frq option, thus new users have the chance to login without a password. (I guess this won't work with the shadow password system).
Of course axspawn does callsign checking: Only letters and numbers are allowed, the callsign must be longer than 4 characters and shorter than 6 characters (without SSID). There must be at least one digit, and max. two digits within the call. The SSID must be within the range of 0 and 15. Please drop me a note if you know a valid Amateur Radio callsign that does not fit this pattern _and_ can be represented correctly in AX.25.
axspawn also has the well known authentication mechanisms of the AX.25 bbs baycom (sys) and md5 standards. axspawn searches in /etc/ax25/bcpasswd (first) and ~user/.bcpasswd (second) for a match of the required authentication mechanism and password. md5 and baycom passwords may differ. md5 passwords gain over baycom passwords.
Note: you could "lock" special "friends" out by specifying an empty password in /etc/ax25/bcpasswd (line "n0call:md5:"). -> md5 Passwords are enforced. But the length is shorter than the minimum (len 8 for md5, len 20 for baycom); user's password file is not searched because in /etc/ax25/bcpasswd its already found..
Syntax and caveeats for /etc/ax25/bcpasswd:
Syntax and caveeats for user's .bcpasswd in his $HOME:
read-/writable. Has to be owned by the user or uid 0
OPTIONS
FILES
/etc/passwd
/etc/ax25/bcpasswd
~/.bcpasswd
/etc/ax25/ax25.profile
/etc/ax25/axspawn.conf
AUTHOR
Joerg Reuter DL1BKE <jreuter [at] poboxes.com>