I'm trying to set up a non-interactive upgrade (Wheezy to Jessie). I get a prompt to disable root login over ssh, and I want to answer "no". Can I preseed that using debconf-set-selection?
How can I find out what the conf selection is called? I tried using debconf-get-selection and I guess the following four selections are set:
root@beaglebone:~# debconf-get-selections | grep ssh
openssh-server ssh/use_old_init_script boolean true
openssh-server ssh/vulnerable_host_keys note
openssh-server ssh/disable_cr_auth boolean false
openssh-server ssh/encrypted_host_key_but_no_keygen note
Are there others available for openssh-server? How do I find out what they are?