Skip to content

Commit 36c7ed1

Browse files
committed
update README to reflect recent changes
1 parent c81ac51 commit 36c7ed1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ Alternatively, if password authentication is preferred, install sshpass.\
4949

5050
** *Limit use of sshpass for setup only, due to potential security issues. * **
5151

52-
Note: Be aware the /role/base/tasks/authentication.yml will update the
53-
/etc/ssh/sshd_config, which will disable SSH password authentication;
54-
consequently, making SSH key authentication a hard requirement.
52+
Note: Be aware /role/base/tasks/ssh.yml will update the sshd_config indirectly
53+
by the configuration file placed in /etc/ssh/sshd_config.d/, this will disable
54+
SSH password authentication; consequently, making SSH key-based authentication
55+
a hard requirement.
5556

5657
4. Amend inventory file if needed, default target is localhost.
5758

@@ -117,8 +118,8 @@ Additional information for the following roles:
117118
* [yamlfmt](https://github.com/google/yamlfmt) (needed for VIM ALE plugin)
118119
* keychron.yml - enables keychron keyboard shortcuts
119120
* autostart.yml - enables autostart of applications
120-
* authentication.yml - configures ssh server and client.
121-
disables password authentication
121+
* ssh.yml - configures ssh server & client; disables password authentication
122+
* ufw - disables incoming ports, except port 22 (limit) from 192.168.0.0/16
122123

123124
* disable-local-dns
124125
* disables local dns on the target host
@@ -168,14 +169,14 @@ requirements*
168169

169170
* env
170171
* setups personal preferences for bash shell
172+
* configures .bashrc to read all shell scripts from /home/{USER}/.bashrc.d/
173+
to set environment
171174
* fzf is required for [fzf.vim](https://github.com/junegunn/fzf.vim)
172175
* .bashrc -bash function `se` is for fast directory navigation at the CLI
173176
refer to [fzf explorer](https://thevaluable.dev/practical-guide-fzf-example/)
174177
(this is slightly different from the built in alt-c command provided with fzf)
175178
* refer to System Updates section for manual (script) updating of fzf
176179

177-
* ufw
178-
* disables incoming ports, except port 22 (limit inbound connections port 22)
179180

180181
* vim
181182
* installs customization only, does not install vim
@@ -227,10 +228,9 @@ and convenience...
227228
Upgrade specific packages, not upraded via apt or snap:
228229

229230
1. `execute scripts/aws_upgrade.sh`
230-
2. `execute scripts/sam_upgrade.sh`
231-
3. `execute scripts/fzf_upgrade.sh`
231+
2. `execute scripts/fzf_upgrade.sh`
232232
(alternatively delete the ~/.fzf folder and re-run ansible)
233-
4. If Docker Desktop, is installed. Start Docker Desktop, click "Settings",
233+
3. If Docker Desktop, is installed. Start Docker Desktop, click "Settings",
234234
then "Software updates", then "Check for updates", then Download and install
235235
updated Docker Desktop.
236236
`sudo apt update && sudo apt install ./docker-desktop-<version>-<arch>.deb`

0 commit comments

Comments
 (0)