Skip to content

Commit 8ed1d36

Browse files
authored
Slight updates for Current Standup.
1 parent f869df0 commit 8ed1d36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

A1_0_Understanding_Bitcoin_Standup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ Your host's timezone is stored in `/etc/timezone`, then an appropriate file from
1212

1313
## Step 3: Updating Debian
1414

15-
The `apt-get` package manager is used to bring your machine up to date and to install `gnupg`, the random-number generator `haveged`, and the uncomplicated firewall `ufw`.
15+
The `apt-get` package manager is used to bring your machine up to date and to install `gnupg`, `git`, the random-number generators `haveged` and `xxd`, and the uncomplicated firewall `ufw`.
16+
17+
The `apt-get` commands are run with `-y`, which should force all questions to be answered "yes", and allow the script to be run without interaction (e.g., as a StackScript). That failed with the Debian 13 update, with some questions going unanswered and locking up the script, so the `-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"` options were added to say, "We're really serious, no questions!"
1618

1719
Your machine is setup to automatically stay up to date with `echo "unattended-upgrades unattended-upgrades/enable_auto_updates boolean true" | debconf-set-selections`.
1820

1921
## Step 4: Setting Up a User
2022

2123
A `standup` user is created, which will be used for your Bitcoin applications. It also has `sudo` permissions, allowing you to take privileged actions with this account.
2224

23-
If you supplied an SSH key, it will allow you access to this account (otherwise, you must use the password you created in setup).
25+
If you supplied a Standup SSH key, it will allow you access to this account (otherwise, you must use the password you created in setup).
2426

2527
If you supplied an IP address, `ssh` access will be limited to that address, per `/etc/hosts.allow`.
2628

0 commit comments

Comments
 (0)