Skip to content

Commit

Permalink
install openssh-client which provides ssh-keygen and is not present o…
Browse files Browse the repository at this point in the history
…n desktop Ubuntu by default
  • Loading branch information
JoshData committed Dec 12, 2019
1 parent 0271e54 commit 385340d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/system.sh
Expand Up @@ -125,11 +125,12 @@ apt_get_quiet autoremove
# * sudo: allows privileged users to execute commands as root without being root # * sudo: allows privileged users to execute commands as root without being root
# * coreutils: includes `nproc` tool to report number of processors, mktemp # * coreutils: includes `nproc` tool to report number of processors, mktemp
# * bc: allows us to do math to compute sane defaults # * bc: allows us to do math to compute sane defaults
# * openssh-client: provides ssh-keygen


echo Installing system packages... echo Installing system packages...
apt_install python3 python3-dev python3-pip \ apt_install python3 python3-dev python3-pip \
netcat-openbsd wget curl git sudo coreutils bc \ netcat-openbsd wget curl git sudo coreutils bc \
haveged pollinate unzip \ haveged pollinate openssh-client unzip \
unattended-upgrades cron ntp fail2ban rsyslog unattended-upgrades cron ntp fail2ban rsyslog


# ### Suppress Upgrade Prompts # ### Suppress Upgrade Prompts
Expand Down

0 comments on commit 385340d

Please sign in to comment.