diff options
author | rxg <rxg@pkgsrc.org> | 2021-01-09 12:53:45 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2021-01-09 12:53:45 +0000 |
commit | 816a8b0c6555fc02ebd2dde2ab71e0b9fe87e928 (patch) | |
tree | f732c06bb10718aa6dbbb29faf6a9a3286b8cc69 /misc/tmate/Makefile | |
parent | bc1f6fbcb38222344ddf1734e71066bf2d25cc98 (diff) | |
download | pkgsrc-816a8b0c6555fc02ebd2dde2ab71e0b9fe87e928.tar.gz |
tmate 2.4.0
New Features:
Add support for named sessions. Run tmate with tmate -k api_key -n session_name -r session_name_ro to name sessions. See https://tmate.io/#named_sessions
Add a foreground mode with tmate -F. This is useful when tmate is used only for remote access. See https://tmate.io/#remote_access
Add SSH key access control. Run tmate with -a authorized_keys or set tmate-authorized-keys in the tmate configuration file. This will allow access to tmate to only SSH clients with keys contained in the authorized keys file. See https://tmate.io/#access_control
SSH keys are no longer needed to use tmate
Bug fixes:
Fix reconnection bug due to misconfigured keepalives
Existing feature changes:
Tmux configuration file ~/.tmux.conf is no longer loaded.. You may add source-file ~/.tmux.conf in ~/.tmate.conf to retain the older behavior. Discussion can be found in #108
Initial connection strings are now shown in a separate window at start time
---
tmate 2.3.0
tmate is now compatible with libssh 0.9.
Diffstat (limited to 'misc/tmate/Makefile')
-rw-r--r-- | misc/tmate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/tmate/Makefile b/misc/tmate/Makefile index c8aac01088f..36abca2d579 100644 --- a/misc/tmate/Makefile +++ b/misc/tmate/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 21:50:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2021/01/09 12:53:45 rxg Exp $ -DISTNAME= tmate-2.2.1 -PKGREVISION= 1 +DISTNAME= tmate-2.4.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=tmate-io/} GITHUB_TAG= ${PKGVERSION_NOREV} |