-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve README. #110
Improve README. #110
Conversation
We need to populate the known-hosts file to avoid MITM attacks. Interactively, ssh would ask the user to verify a key, but in a docker container that's not possible. That's why we fill them beforehand. If another server is needed, use the ENV variable 'SSH_KNOWN_HOSTS' or create a new docker image that inherits from this one.
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.
Looks good to me.
README-dev.md
Outdated
``` shell | ||
ssh-keygen -t ed25519 | ||
``` | ||
* Copy the public key into the deploy keys on Github: https://github.com/XXX/YYY/settings/keys. |
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.
* Copy the public key into the deploy keys on Github: https://github.com/XXX/YYY/settings/keys. | |
* Copy the public key into the deploy keys on GitHub: https://github.com/XXX/YYY/settings/keys. |
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.
done.
README-dev.md
Outdated
@@ -0,0 +1,34 @@ | |||
# Toit Package Manager - Development |
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.
# Toit Package Manager - Development | |
# Toit package manager - development |
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.
done.
README-dev.md
Outdated
``` | ||
|
||
|
||
## Tips and Tricks |
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.
## Tips and Tricks | |
## Tips and tricks |
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.
done.
…nown-hosts.key-env.build-args
…tsch/bake-known-hosts.key-env.build-args.readme
No description provided.