dirless-connect v0.0.5
dirless-connect
End-user CLI for Dirless — obtain short-lived SSH certificates without managing authorized_keys.
Install
Download the latest static binary for your architecture from Releases and place it in your PATH:
# Linux x86_64
curl -Lo /usr/local/bin/dirless-connect \
https://github.com/dirless/dirless-connect/releases/latest/download/dirless-connect-x86_64
chmod +x /usr/local/bin/dirless-connect
# Linux aarch64
curl -Lo /usr/local/bin/dirless-connect \
https://github.com/dirless/dirless-connect/releases/latest/download/dirless-connect-aarch64
chmod +x /usr/local/bin/dirless-connect
Usage
# One-time setup: generate a keypair and verify your identity via magic link
dirless-connect ssh register
# Daily: obtain a fresh SSH certificate (valid for your org's configured TTL)
dirless-connect ssh login
# Then connect normally — the certificate is picked up automatically
ssh username@hostname
Build from source
Requires Crystal >= 1.20.0 and just.
just build-release
License
Apache-2.0
Repository
dirless-connect
Owner
Statistic
- 0
- 0
- 0
- 0
- 3
- about 1 hour ago
- June 20, 2026
License
Links
Synced at
Sat, 20 Jun 2026 21:34:34 GMT
Languages