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

A helper to synchronize HA SSH keys for OTP #43

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

majes-git
Copy link

No description provided.

@@ -0,0 +1,50 @@
# t128-sync-ha-ssh-keys.pyz
This application allows ensures ssh keys for HA Session Smart Routers (SSR) are synchronized during OTP installation.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to remove "allows"

This application allows ensures ssh keys for HA Session Smart Routers (SSR) are synchronized during OTP installation.

## Setup
An OTP installation requires a so called quickstart file, which can be downloaded from the SSR conductor.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove "so called"

An OTP installation requires a so called quickstart file, which can be downloaded from the SSR conductor.

During the first boot from internal disk the bootstrap process can incorporate a USB drive connected to the router.
This USB drive has be named `BOOTSTRAP` and the downloaded quickstart file has to be renamed to `bootstrap.quickstart`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably say that the drive must have a label BOOTSTRAP (just to be clear what we mean by name) and I'd just say name the file bootstrap.quickstart (not rename)

## Build .pyz Files
The .pyz files are [compressed python archives](https://docs.python.org/3/library/zipapp.html) (similar to .jar files in the Java universe) which allow to execute the main python script inside the archive, but at the same time split up modules into separate files/folders.

The source code at comes with a shell script `create_pyz.bash` that creates the archive from the sources files.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mean "the source code comes with..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants