systutils/tmate: Explain how to configure default fingerprints
PR: 251846 Approved by: swills (maintainer) Differential Revision: https://reviews.freebsd.org/D27627
This commit is contained in:
parent
3b1693bb3e
commit
b2dbf7f381
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558182
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= tmate
|
PORTNAME= tmate
|
||||||
PORTVERSION= 2.4.0
|
PORTVERSION= 2.4.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= swills@FreeBSD.org
|
MAINTAINER= swills@FreeBSD.org
|
||||||
|
20
sysutils/tmate/pkg-message
Normal file
20
sysutils/tmate/pkg-message
Normal file
@ -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
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user