Comment 1 for bug 1575198

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: [RFE] ubuntu-installer/tasksel: OpenSSH server is not selected by default

it's actually a cosmetic thing I believe, whilst the openssh-server task is not selected, openssh-server is auto-installed if one continues the installation over network console there is code in place to "apt-install openssh-server". So i think this is mostly a cosmetic issue that tasksel doesn't look through what is scheduled to be installed already and correctly reconcile the available list of things with things to be already installed. As a minimal fix, I may figure out how to preseed openssh-server task to be preselected either just on s390x, or whenever network-console chooses to install openssh-server.

In KVM, the console that is available there is not "rudimentary" and can do ANSI color escape codes, emacs, etc =) thus is quite feature full, and I often finish KVM installs without using ssh connection.