]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Add %k to list of keywords. From
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 28 Feb 2021 22:56:30 +0000 (22:56 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 28 Feb 2021 23:20:42 +0000 (10:20 +1100)
=?UTF-8?q?=20Eero=20H=C3=A4kkinenvia=20bz#3267?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

OpenBSD-Commit-ID: 9c87f39a048cee2a7d1c8bab951b2f716256865e

ssh_config.5

index fc6668fdf103da9b4131a10455e0cdde53b7f2fb..f811918905477afbcd66f13c79a3058c8c70a79b 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
@@ -2016,7 +2016,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.