-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: develop
Are you sure you want to change the base?
Conversation
helper/sync-ha-ssh-keys/README.md
Outdated
@@ -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. |
There was a problem hiding this comment.
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"
helper/sync-ha-ssh-keys/README.md
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove "so called"
helper/sync-ha-ssh-keys/README.md
Outdated
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`. |
There was a problem hiding this comment.
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)
helper/sync-ha-ssh-keys/README.md
Outdated
## 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. |
There was a problem hiding this comment.
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..."
No description provided.