You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# biscuit-ssh
2
2
3
-
SSH authorization using Biscuit tokens embedded in SSH certificates.
3
+
SSH authorization using biscuit tokens embedded in SSH certificates.
4
4
5
5
biscuit-ssh is an OpenSSH `AuthorizedKeysCommand` program that validates SSH certificates containing embedded biscuit tokens. It's inspired by [opkssh](https://github.com/openpubkey/opkssh) but uses biscuit tokens instead of PK tokens for service to service authorization.
6
6
7
7
Have a look at the [example](example) folder for a demonstration of how this works.
8
8
9
9
This crate is experimental and has not been tested in production. Use it at your own risk.
0 commit comments