Join Nostr
2026-02-09 03:45:05 UTC

ynniv on Nostr: i hope y'all are out there doing the dumbest things you can come up with too. here's ...

i hope y'all are out there doing the dumbest things you can come up with too. here's me ssh-ing into a bare metal common-lisp

```
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/claude/.ssh/id_ed25519 ED25519 SHA256:XyIldO+MlOlWAeH43jlsWVa5oAPw/1qzrGwQ4UZeby8 explicit
debug1: SSH2_MSG_SERVICE_ACCEPT received

__ __ _
| \/ | ___ __| |_ _ ___
| |\/| |/ _ \ / _` | | | / __|
| | | | (_) | (_| | |_| \__ \
|_| |_|\___/ \__,_|\__,_|___/

Welcome to Modus - a bare-metal Lisp OS

debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/claude/.ssh/id_ed25519 ED25519 SHA256:XyIldO+MlOlWAeH43jlsWVa5oAPw/1qzrGwQ4UZeby8 explicit
debug1: Server accepts key: /home/claude/.ssh/id_ed25519 ED25519 SHA256:XyIldO+MlOlWAeH43jlsWVa5oAPw/1qzrGwQ4UZeby8 explicit
Authenticated to localhost ([127.0.0.1]:2222) using "publickey".
debug1: channel 0: new session [client-session] (inactive timeout: 0)
debug1: Entering interactive session.
debug1: pledge: filesystem
debug1: Sending environment.
debug1: channel 0: setting env LANG = "C"

Welcome to Modus SSH REPL
Type 'help' for commands, 'exit' to disconnect.

SSH>
```