Skip to content

Commit

Permalink
Fix outstanding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbattat committed Jan 21, 2025
1 parent a88420c commit 64a2234
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ic-os/boundary-guestos/docs/Boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service are started in the IC-OS boot sequence:
- Config injection
- Set up ssh account keys
- Set up ssh user keys
- Generate network configuration
Expand Down Expand Up @@ -83,7 +83,7 @@ USB stick" attached to the VM that contains a tar file with initial configuratio
for parts of the system (see link:ConfigStore{outfilesuffix}[config store] for a description). Required
files in the `config` partition as well as payload store are created.

== Set up ssh account keys
== Set up ssh user keys

Service: `setup-ssh-user-keys.services`, script `/opt/ic/bin/setup-ssh-user-keys.sh`.
Depends on `bootstrap-ic-node.service`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Set up ssh account keys
Description=Set up ssh user keys
Before=ssh.service
# bootstrap-ic-node.service (if it exists) lists this service as a reverse dependency

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Set up ssh account keys
Description=Set up ssh user keys
Before=ssh.service
# bootstrap-ic-node.service (if it exists) lists this service as a reverse dependency

Expand Down
8 changes: 4 additions & 4 deletions ic-os/guestos/docs/Boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ service are started in the IC-OS boot sequence:
- IC node config injection
- Set up ssh account keys
- Set up ssh user keys
- Generate network configuration
Expand Down Expand Up @@ -170,16 +170,16 @@ USB stick" attached to the VM that contains a tar file with initial configuratio
for parts of the system. Required files in the +config+ partition as well as
payload store are created.

== Deploy updated ssh account keys
== Deploy updated ssh user keys

Service: +deploy-updated-ssh-account-keys.service+, +deploy-updated-ssh-account-keys.sh+.
Service: +deploy-updated-ssh-user-keys.service+, +deploy-updated-ssh-user-keys.sh+.
Depends on +bootstrap-ic-node.service+, runs before +setup-ssh-user-keys.service+.

Changes the keys held in the +config+ partition for the +backup+ and +readonly+ user. This
is a work-around due to not having a key management solution that updated keys are
deployed via system upgrades.

== Set up ssh account keys
== Set up ssh user keys

Service: +setup-ssh-user-keys.services+, script +/opt/ic/bin/setup-ssh-user-keys.sh+.
Depends on +bootstrap-ic-node.service+.
Expand Down

0 comments on commit 64a2234

Please sign in to comment.