So I have an ubuntu vm with ssh set up. Pallet can ssh in, install packages and run scripts which is handy dandy; however, how do I configure my sshd_config
using pallet?
pallet.crate.ssh-key
has a nice function aptly named config
that configures ~/.ssh/config
. It takes a map and updates values in the file accordingly. Very nice but what do I use for sshd_config
?
I see https://github.com/pallet/ssh-crate but it's not available on clojars and doesn't have a perfect config
function equivalent. What do I use or am I not looking at ssh-crate
correctly?