install openssh-client which provides ssh-keygen and is not present on desktop Ubuntu by default

This commit is contained in:
Joshua Tauberer 2019-12-12 11:27:35 -05:00
parent 0271e549bb
commit 385340da46
1 changed files with 2 additions and 1 deletions

View File

@ -125,11 +125,12 @@ apt_get_quiet autoremove
# * sudo: allows privileged users to execute commands as root without being root
# * coreutils: includes `nproc` tool to report number of processors, mktemp
# * bc: allows us to do math to compute sane defaults
# * openssh-client: provides ssh-keygen
echo Installing system packages...
apt_install python3 python3-dev python3-pip \
netcat-openbsd wget curl git sudo coreutils bc \
haveged pollinate unzip \
haveged pollinate openssh-client unzip \
unattended-upgrades cron ntp fail2ban rsyslog
# ### Suppress Upgrade Prompts