Add %k to list of keywords. From Eero Häkkinenvia bz#3267
authordtucker <dtucker@openbsd.org>
Sun, 28 Feb 2021 22:56:30 +0000 (22:56 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 28 Feb 2021 22:56:30 +0000 (22:56 +0000)
usr.bin/ssh/ssh_config.5

index eb0a4e3..9f6d014 100644 (file)
@@ -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: ssh_config.5,v 1.348 2021/02/23 21:55:08 djm Exp $
-.Dd $Mdocdate: February 23 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.349 2021/02/28 22:56:30 dtucker Exp $
+.Dd $Mdocdate: February 28 2021 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -2017,7 +2017,7 @@ The local username.
 .Cm RemoteForward ,
 and
 .Cm UserKnownHostsFile
-accept the tokens %%, %C, %d, %h, %i, %L, %l, %n, %p, %r, and %u.
+accept the tokens %%, %C, %d, %h, %i, %k, %L, %l, %n, %p, %r, and %u.
 .Pp
 .Cm KnownHostsCommand
 additionally accepts the tokens %f, %H, %I, %K and %t.