Skip to content

Commit 1c40cc1

Browse files
Add OpenSSH certificate user authentication
1 parent 281e4bc commit 1c40cc1

49 files changed

Lines changed: 3525 additions & 558 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ apps/wolfsshd/test/stdout.txt
7777
keys/root-*
7878
keys/*.csr
7979
keys/renewcerts-*.cnf
80+
# Per-user OpenSSH certificates issued at test time; keep the fred baseline.
81+
keys/*-ossh-*cert.pub
82+
!keys/fred-ossh-*cert.pub
8083
random-test.txt
8184
random-test-result.txt
8285
test.dat

0 commit comments

Comments
 (0)