LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kr

krypton CLI for SSH key management

TLDR

Pair with phone
$ kr pair
copy
Show paired devices
$ kr devices
copy
Generate SSH key
$ kr generate --email [email@example.com]
copy
Add public key to server
$ kr add [user@host]
copy
Remove pairing
$ kr unpair
copy

SYNOPSIS

kr command [options]

DESCRIPTION

kr is the command-line interface for Krypton, a system that stores SSH and GPG private keys on a paired smartphone rather than on the computer. By keeping private keys on a separate device, Krypton provides a form of two-factor authentication for SSH connections: each login attempt triggers a push notification on the phone that must be approved before the connection proceeds.The CLI handles pairing with the Krypton mobile app, generating keys on the phone, and copying the corresponding public key to remote servers. Once configured, kr integrates transparently with the local SSH agent so that standard ssh commands work without modification. The Krypton project has been deprecated, but the CLI and its architecture influenced later approaches to hardware-backed SSH key management.

PARAMETERS

pair

Pair with Krypton phone app.
devices
List paired devices.
generate
Generate SSH key on phone.
add HOST
Add key to host.
unpair
Remove device pairing.
--help
Display help information.

INSTALL

yay -S kr
copy

CAVEATS

Requires Krypton app. Phone needed for auth. Project deprecated.

HISTORY

kr was the CLI for Krypton (now deprecated), which stored SSH and GPG keys on smartphones for 2FA.

SEE ALSO

ssh(1), ssh-keygen(1), gpg(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid