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

Starlark - Support for SSH Host Key Check in ssh_config #87

Open
vladimirvivien opened this issue Jun 24, 2020 · 0 comments
Open

Starlark - Support for SSH Host Key Check in ssh_config #87

vladimirvivien opened this issue Jun 24, 2020 · 0 comments
Labels
api-update Updates to the programmatic API bug Something isn't working enhancement New feature or request
Milestone

Comments

@vladimirvivien
Copy link
Contributor

Currently, the code ignores and does not validate host keys during an SSH/SCP operation. While this allows Crashd scripts to run quietly, it can be viewed as a security issue for production usage. This issue is a feature request to allow Crashd to control the host key check behavior. The host key check should be done by default. A flag should be provided for script writers to disable that behavior (useful in CI/CD or testing environment):

Skipping host key check

ssh_config(user="sshueser", hostkey_check=false)

A hostkey_check = true (default) means the SSH client will apply host key validation.

@vladimirvivien vladimirvivien added bug Something isn't working enhancement New feature or request api-update Updates to the programmatic API labels Jun 24, 2020
@vladimirvivien vladimirvivien added this to the v0.3.0-RC milestone Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-update Updates to the programmatic API bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant