Skip to content

Commit

Permalink
Disable password auth on deploy (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 23, 2022
1 parent 2a51d95 commit 1fa9f21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

set -euxo pipefail

sed -i -E 's/#?PasswordAuthentication yes/PasswordAuthentication no/' /etc/ssh/sshd_config

apt-get install --yes \
acl \
clang \
libsqlite3-dev\
libssl-dev \
pkg-config
pkg-config \
vim

if ! which bitcoind; then
wget -O bitcoin.tar.gz 'https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0-x86_64-linux-gnu.tar.gz'
Expand Down

0 comments on commit 1fa9f21

Please sign in to comment.