Installing bash

download the bash version you want.  I got bash-2.05b.004
as root
    # pkg_add bash-2.05b.004.tar.gz

As $USER
    $ chsh -s /usr/local/bin/bash
    $ vi ~/.bash_profile
        export EDITOR=/pathto/vi
        export PS1="[\u@\h \W]\$ "


Next SSH w/ keychain
Index