diff options
author | feld <feld@FreeBSD.org> | 2018-03-30 22:19:23 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-03-30 22:19:23 +0800 |
commit | 0c9c7f123b581643b1e20ba8c0950cb57da09c14 (patch) | |
tree | 1fdd4e92f10a56c30d9e58f8ac1b4c058795fa8e /security/Makefile | |
parent | 075a9a6318bad96613f8a1b48c0542fec573e95b (diff) | |
download | freebsd-ports-gnome-0c9c7f123b581643b1e20ba8c0950cb57da09c14.tar.gz freebsd-ports-gnome-0c9c7f123b581643b1e20ba8c0950cb57da09c14.tar.zst freebsd-ports-gnome-0c9c7f123b581643b1e20ba8c0950cb57da09c14.zip |
kr enables SSH to authenticate with a key stored in a Krypton (iOS or
Android) mobile app. kr runs as an SSH agent, called krd. When a Krypton
private key operation is needed for authentication, krd routes this
request to the paired mobile phone, where the user decides whether to
allow the operation or not. The private key never leaves the phone.
WWW: https://krypt.co
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2ba62d210960..d1a6f48cebcd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -310,6 +310,7 @@ SUBDIR += knocker SUBDIR += kpcli SUBDIR += kqoauth + SUBDIR += kr SUBDIR += krb5 SUBDIR += krb5-114 SUBDIR += krb5-115 |