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

Correction to Lara cheat sheet #95

Merged
merged 1 commit into from
Jul 1, 2021
Merged

Correction to Lara cheat sheet #95

merged 1 commit into from
Jul 1, 2021

Conversation

j0eblow
Copy link
Contributor

@j0eblow j0eblow commented Jun 30, 2021

The SSH key pair generated for the RCE needs to have a public key that's short enough for the RCE. A long public key, such as an RSA public key generated with ssh-keygen, will get truncated in the RCE and cause the command to fail. Using an ed25519 key pair solves this issue.

The SSH key pair generated for the RCE needs to have a public key that's short enough for the RCE. A long public key, such as an RSA public key generated with ssh-keygen, will get truncated in the RCE and cause the command to fail. Using an ed25519 key pair solves this issue.
Copy link
Contributor

@RyanJarv RyanJarv left a comment

Choose a reason for hiding this comment

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

lgtm. Opened #96 for fixing this.

@RyanJarv RyanJarv merged commit 7fcb846 into master Jul 1, 2021
@RyanJarv RyanJarv deleted the j0eblow-patch-2 branch July 1, 2021 16:29
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.

None yet

2 participants