Settings

Theme

Show HN: A simple SSH CA service with only 150 lines of Python code

github.com

8 points by lgxz 5 years ago · 3 comments

Reader

qatanah 5 years ago

By any chance did you get inspired from this thread?

https://news.ycombinator.com/item?id=24157180

  • lgxzOP 5 years ago

    I tried Paramiko firstly. But it turns out it’s much easier with asyncssh. Then I tried to implement with scp because it’s user friendly, just “scp ca-server:ops.pub ~/.ssh/id_ed25519-cert.pub”. I want to hook the “scp” request and generate the cert file dynamically. But there are some bugs now so I switch to ssh.

  • lgxzOP 5 years ago

    No. I haven’t see that thread before. I have thought the problem for a long time and just got the idea(use ssh to sign keys automatically) three days ago.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection