Opened 5 years ago
Closed 5 years ago
#2327 closed task (fixed)
Lost access to upload.osgeo.org
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
I caught wind of this message on the SAC mailing list:
I am one of those users who used password access, which I gather is now blocked now.
What is required for SSH key access so I can upload MapGuide/FDO artifacts again?
Attachments (2)
Change History (9)
comment:1 by , 5 years ago
comment:4 by , 5 years ago
The key has indeed a weird format, but I installed it removing newlines and header/footer, see if that helps please
comment:5 by , 5 years ago
I can't connect with WinSCP or PuTTY with my private key. I get:
No supported authentication methods available (server sent public key)
Based on this (https://askubuntu.com/questions/204400/ssh-public-key-no-supported-authentication-methods-available-server-sent-publ), I think I may have given you the public key in the wrong format. I've added id_rsa_2.pub
, which I think is the expected format for authorized_keys
comment:7 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yep, that did the trick. I can upload artifacts again. Thank you for your assistance.
Please provide us with your public key (usually something like id_rsa.pub) so we can load it onto the server.
If you're not sure how to make an ssh key, https://www.linode.com/docs/security/authentication/use-public-key-authentication-with-ssh/#generate-a-key-pair (Also works on Win 10 now)