Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete deploy-update-ssh-account-keys #3549

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading