NAME
sdm-autokeys - generates keys to be used with ssh autologin
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_keys
if not specified, <key_type> defaults to rsa. this determines what
type of key will be passed to ssh-keygen(1).
FILES
~/.ssh/authorized_keys
BUGS
assumes location of user home directories and provides no mechanism to
change it.
probably others.
AUTHOR
Vagrant Cascadian <vagrant@freegeek.org>
SEE ALSO
ssh(1), ssh-keygen(1)