From: dtucker Date: Sat, 9 Oct 2021 10:52:42 +0000 (+0000) Subject: Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5d55a8a9dc30db2ee6e2ceb0df0fef3038029a31;p=openbsd Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions can be used in a Match block. Patch from eehakkin via github PR#277. --- diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 2a3027eef40..0281122719f 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.335 2021/09/03 05:25:50 dtucker Exp $ -.Dd $Mdocdate: September 3 2021 $ +.\" $OpenBSD: sshd_config.5,v 1.336 2021/10/09 10:52:42 dtucker Exp $ +.Dd $Mdocdate: October 9 2021 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1191,12 +1191,14 @@ Available keywords are .Cm AuthorizedPrincipalsCommandUser , .Cm AuthorizedPrincipalsFile , .Cm Banner , +.Cm CASignatureAlgorithms , .Cm ChrootDirectory , .Cm ClientAliveCountMax , .Cm ClientAliveInterval , .Cm DenyGroups , .Cm DenyUsers , .Cm DisableForwarding , +.Cm ExposeAuthInfo , .Cm ForceCommand , .Cm GatewayPorts , .Cm GSSAPIAuthentication , @@ -1221,6 +1223,7 @@ Available keywords are .Cm PermitUserRC , .Cm PubkeyAcceptedAlgorithms , .Cm PubkeyAuthentication , +.Cm PubkeyAuthOptions , .Cm RekeyLimit , .Cm RevokedKeys , .Cm RDomain ,