u/Cultural_Dark3846

cl-ssh: pure common lisp SSH

cl-ssh: pure common lisp SSH

I always missed this in CL, but thought it too much work to add it. However, since vibe-coding has improved over the past year, I thought I'd give it a go and see how powerful opencode + claude sonnet 4.6 with medium reasoning, and a little gpt 5.5 with medium reasoning.

It took me a little more than a full night and ~$47 to vibe code a pure CL SSH client library. It at least supports rsa & ed25519 keys with and without passphrase, or simple password authentication. On the client end, interactive shell is supported and simple command running. I've not added multithreading yet, because I have no use for it currently.

Enjoy!

github.com
u/Cultural_Dark3846 — 11 days ago