You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the name field in my SSH keys are all empty. I don't want to have to try and remember the hash/signature of my keys, so being able to go back and modify the name would be very helpful in the pico.sh UI.
It's also unclear why the comment portion of my pubkeys was not filled in, they were definitely there when I put them in.
The text was updated successfully, but these errors were encountered:
This has been implemented but we haven't written docs yet:
# download current authorized keys
rsync pico.sh:/authorized_keys ./authorized_keys
# made changes to the file# then reupload
rsync ./authorized_keys pico.sh:/
The only caveat here is we will never remove the pubkey that is being used for the SSH session. This is to prevent users from accidentally locking themselves out of their account.
For some reason the name field in my SSH keys are all empty. I don't want to have to try and remember the hash/signature of my keys, so being able to go back and modify the name would be very helpful in the pico.sh UI.
It's also unclear why the comment portion of my pubkeys was not filled in, they were definitely there when I put them in.
The text was updated successfully, but these errors were encountered: