Skip to content

Commit

Permalink
Document [email protected] userauth support in Open…
Browse files Browse the repository at this point in the history
…SSH & Apache SSHD
  • Loading branch information
norrisjeremy authored and fingolfin committed Jul 12, 2024
1 parent 5a63c62 commit a9e973b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ openssh:
- [email protected]
- [email protected]
- [email protected] # see also https://www.openssh.com/txt/release-9.0
userauth:
- [email protected]
extension:
- [email protected]
- [email protected]
Expand Down
1 change: 1 addition & 0 deletions _impls/apache-sshd.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ protocols:
- publickey
- gssapi-with-mic # only OID 1.2.840.113554.1.2.2 / Kerberos
- hostbased
- [email protected]
extension:
- [email protected]
- server-sig-algs
Expand Down
1 change: 1 addition & 0 deletions _impls/openssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ protocols:
- keyboard-interactive
- gssapi-with-mic
- hostbased
- [email protected]
extension:
- [email protected] # since 9.6
- [email protected] # since 9.5
Expand Down

0 comments on commit a9e973b

Please sign in to comment.