-
Notifications
You must be signed in to change notification settings - Fork 199
ShellDriver: incomplete public key trasferred to DUT #1627
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
Comments
Here is the relate debug info
|
After more checking, the problem is on the DUT as the maximum number of characters allowed on the command line seems to be limited to 511 characters. The DUT is using busybux 1,36,1-1 (OpenWrt is probably patching it heavily). |
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 5, 2025
Because of limits to the number of characters allowed on the command line, break up the writing public ssh keys into 100 character chunks. fixes labgrid-project#1627 Signed-off-by: Perry Melange <[email protected]> (cherry picked from commit ca373adbfeade1a04c7c9f769539be5ebdb01e7c)
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 5, 2025
Because of limits to the number of characters allowed on the command line, break up the writing public ssh keys into 100 character chunks. fixes labgrid-project#1627 Signed-off-by: Perry Melange <[email protected]>
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 10, 2025
Because of limits to the number of characters allowed on the command line, break up the writing public ssh keys into 100 character chunks. fixes labgrid-project#1627 Signed-off-by: Perry Melange <[email protected]>
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 10, 2025
Because of limits to the number of characters allowed on the command line, break up the writing public ssh keys into 100 character chunks. fixes labgrid-project#1627 Signed-off-by: Perry Melange <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have run into a situation where the public key on the exporter is not being copied correctly to the DUT via
put_ssh_key
.Here is the key on my exporter: (Note that the substring dr3x8j is 76 characters before the end of the public key)
and this is what is saved in ~/.ssh/authorized_keys: (The last 76 characters of the public key are missing)
The text was updated successfully, but these errors were encountered: