ssh-import-id icon indicating copy to clipboard operation
ssh-import-id copied to clipboard

Feature Request: ssh-import-id-gitlab

Open AmazingGinger opened this issue 4 years ago • 1 comments

Here me out...

This is used as one of the first steps to many projects... We want to support competition It would help millions...

Consider adding gitlab or a built in chooser for common git servers. Let the login screen and common mail apps. Or we could do it based on DNS that would be great... _ssh.mydomain.com

https://blog.galt.me/import-ssh-keys-from-anything/

AmazingGinger avatar Feb 08 '21 14:02 AmazingGinger

this is good:

juser@gator:~$ URL=https://salsa.debian.org/%s.keys ssh-import-id carlfk-guest
2024-04-11 12:59:31,101 INFO Authorized key ['2048', 'SHA256:BZtXL01tQiKBBXp+S/Qxrk2c/5BO63q9RieU/eWlgcs', 'Carl', '(RSA)']
2024-04-11 12:59:31,101 INFO [1] SSH keys [Authorized]

The code to support is in in fetch_keys_lp which is yuck.
I may do some refactoring in the near future.

CarlFK avatar Apr 11 '24 18:04 CarlFK