Skip to content

Commit

Permalink
Delete depoly-update-ssh-account-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbattat committed Jan 21, 2025
1 parent 9e2784a commit b5d8d2f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 59 deletions.
2 changes: 0 additions & 2 deletions ic-os/components/hostos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ component_files = {
Label("ssh/setup-ssh-keys/setup-ssh-keys.service"): "/etc/systemd/system/setup-ssh-keys.service",
Label("ssh/setup-ssh-account-keys/setup-ssh-account-keys.sh"): "/opt/ic/bin/setup-ssh-account-keys.sh",
Label("ssh/setup-ssh-account-keys/setup-ssh-account-keys.service"): "/etc/systemd/system/setup-ssh-account-keys.service",
Label("ssh/deploy-updated-ssh-account-keys/deploy-updated-ssh-account-keys.sh"): "/opt/ic/bin/deploy-updated-ssh-account-keys.sh",
Label("ssh/deploy-updated-ssh-account-keys/deploy-updated-ssh-account-keys.service"): "/etc/systemd/system/deploy-updated-ssh-account-keys.service",

# upgrade
Label("upgrade/manageboot/manageboot.sh"): "/opt/ic/bin/manageboot.sh",
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions ic-os/guestos/docs/Boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@ 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

Service: +deploy-updated-ssh-account-keys.service+, +deploy-updated-ssh-account-keys.sh+.
Depends on +bootstrap-ic-node.service+, runs before +setup-ssh-account-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

Service: +setup-ssh-account-keys.services+, script +/opt/ic/bin/setup-ssh-account-keys.sh+.
Expand Down

0 comments on commit b5d8d2f

Please sign in to comment.