SYNOPSIS
sdm-autokeys <filename> <username> [<key_type>]DESCRIPTION
generates a ssh(1) key using ssh-keygen(1) for use with autologin the specified <username>. the generated key is copied into /home/<username>/.ssh/authorized_keysif not specified, <key_type> defaults to rsa. this determines what type of key will be passed to ssh-keygen(1).
FILES
~/.ssh/authorized_keysBUGS
assumes location of user home directories and provides no mechanism to change it.probably others.