Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 21:06:40 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558182 - head/sysutils/tmate
Message-ID:  <202012152106.0BFL6e4M021686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Dec 15 21:06:40 2020
New Revision: 558182
URL: https://svnweb.freebsd.org/changeset/ports/558182

Log:
  systutils/tmate: Explain how to configure default fingerprints
  
  PR:		251846
  Approved by:	swills (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D27627

Added:
  head/sysutils/tmate/pkg-message   (contents, props changed)
Modified:
  head/sysutils/tmate/Makefile

Modified: head/sysutils/tmate/Makefile
==============================================================================
--- head/sysutils/tmate/Makefile	Tue Dec 15 20:50:10 2020	(r558181)
+++ head/sysutils/tmate/Makefile	Tue Dec 15 21:06:40 2020	(r558182)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tmate
 PORTVERSION=	2.4.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	swills@FreeBSD.org

Added: head/sysutils/tmate/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/tmate/pkg-message	Tue Dec 15 21:06:40 2020	(r558182)
@@ -0,0 +1,20 @@
+[
+{ type: install
+  message: <<EOM
+When trying to connect to the default public tmate server it may happpen that
+the following errors messages will be printed:
+
+  Connecting to ssh.tmate.io...
+  Cannot authenticate server
+  Reconnecting... (Cannot authenticate server)
+
+This is because the fingerprints of the default tmate server keys are stripped
+out from the tmate binary.
+
+Instead, users are encouraged to specify the fingerprints via ~/.tmate.conf, e.g.:
+
+  set -g tmate-server-rsa-fingerprint   "SHA256:Hthk2T/M/Ivqfk1YYUn5ijC2Att3+UPzD7Rn72P5VWs"
+  set -g tmate-server-ecdsa-fingerprint "SHA256:8GmKHYHEJ6n0TEdciHeEGkKOigQfCFuBULdt6vZIhDc"
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012152106.0BFL6e4M021686>