summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-01-06 16:28:12 +0000
committerDamien Miller <djm@mindrot.org>2017-01-30 11:05:18 +1100
commita1187bd3ef3e4940af849ca953a1b849dae78445 (patch)
treeb3e797bed5e86c1612a60442023404e309d90894 /sshd_config.5
parentb64077f9767634715402014f509e58decf1e140d (diff)
upstream commit
keep the tokens list sorted; Upstream-ID: b96239dae4fb3aa94146bb381afabcc7740a1638
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 4705096b0..935fda4b7 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.240 2017/01/06 02:34:54 dtucker Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.241 2017/01/06 16:28:12 jmc Exp $
37.Dd $Mdocdate: January 6 2017 $ 37.Dd $Mdocdate: January 6 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -1644,13 +1644,13 @@ The username.
1644.El 1644.El
1645.Pp 1645.Pp
1646.Cm AuthorizedKeysCommand 1646.Cm AuthorizedKeysCommand
1647accepts the tokens %%, %f, %k, %h, %t, and %u. 1647accepts the tokens %%, %f, %h, %k, %t, and %u.
1648.Pp 1648.Pp
1649.Cm AuthorizedKeysFile 1649.Cm AuthorizedKeysFile
1650accepts the tokens %%, %h, and %u. 1650accepts the tokens %%, %h, and %u.
1651.Pp 1651.Pp
1652.Cm AuthorizedPrincipalsCommand 1652.Cm AuthorizedPrincipalsCommand
1653accepts the tokens %%, %F, %f, %K, %k, %h, %i, %s, %T, %t, and %u. 1653accepts the tokens %%, %F, %f, %h, %i, %K, %k, %s, %T, %t, and %u.
1654.Pp 1654.Pp
1655.Cm AuthorizedPrincipalsFile 1655.Cm AuthorizedPrincipalsFile
1656accepts the tokens %%, %h, and %u. 1656accepts the tokens %%, %h, and %u.