-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding SSH public key doesn't seem to work #313
Comments
Is the key listed in the web app? Perhaps you didn't click the "Save" button? |
The key is not listed in the web app. I did click the save button. I'll try again later today, just to confirm. EDIT: might be worth pointing out that other features work. I was able to install games from my Epic and Gog libraries, for example. And I configured a fixed login password. |
What kind/type of key did you upload? There may be some that do not work. |
It's a Ed25519 key generated with 1Password. Did I miss the requirement somewhere? |
I have just tried with an |
I was able to reproduce if I copied the key without the label/id. Make sure to copy the full contents of the public key file. |
Bingo, the problem was the missing Now that we are at it, I think it is worth pointing out that 1Password generates public keys that do not have a comment. A bit of a corner case, I know. But still, it might not be the only password manager that does this.
|
Oh, that is good to know. I suppose we can detect when it is missing and add one automatically. Or maybe it is not even needed? I am not sure. The validation is quite basic and can be found here: |
I think the easiest thing to do is to edit the documentation to mention that a comment is needed. Knowing that requires a simple copy/paste exercise to work around the requirement. I say this mainly because the comment appears to be what the UI/web page uses when listing the added keys. |
Hi there,
I have tried to add my SSH key to my ChimeraOS installation (running on a Framework 13 laptop with AMD APU), but even though I don't get any error message from the UI, the “transfer” doesn't appear to work.
The
ssh
call works, and I can add the target machine's fingerprint to myknown_hsots
file, but then I am greeted by[email protected]: Permission denied (publickey)
.I have had a look inside the
.ssh
folder of thegamer
user by usingTTY
, and I don't see theauthorized_keys
file in there.I am running the OS on a laptop, so having SSH access for me isn't exactly critical. But I thought I would flag it nonetheless. Let me know if I can help by looking further into the matter.
The text was updated successfully, but these errors were encountered: