$ ssh-copy-id -i ~/.ssh/id_rsa.pub (from a remote machine)
Port 26
AddressFamily inet
ListenAddress x.x.x.x
PermitRootLogin no/prohibit-password
PasswordAuthentication no
KbdInteractiveAuthentication no
PrintMotd no
PrintLastLog no
Host *
AddressFamily inet
- Switch pkg(8) from Quarterly to Latest:
# mkdir -p /usr/local/etc/pkg/repos
# echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf
# pkg install bash bash-completion bash-completion-freebsd
# ln -s bash /usr/local/bin/sh
# passwd toor
# chsh -s /usr/local/bin/sh toor