./misc/tmate, Terminal multiplexer with instant terminal sharing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.0nb1, Package name: tmate-2.4.0nb1, Maintainer: pkgsrc-users

tmate provides an instant pairing solution, allowing you to share a
terminal with one or several teammates. Together with a voice call, it's
almost like pairing in person. The terminal sharing works by using SSH
connections to backend servers maintained by tmate upstream developers.
Teammates need to be given a randomly-generated token to be able to join a
session.

tmate is a modified version of tmux, and uses the same configurations such
as keybindings, color schemes etc.


Required to run:
[security/libssh] [devel/libevent] [devel/msgpack]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 599.784 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-10 20:34:26 by Amitai Schleier | Files touched by this commit (1)
Log message:
tmate: and with a trailing slash, even.
   2024-01-10 20:34:01 by Amitai Schleier | Files touched by this commit (1) | Package updated
Log message:
tmate: update HOMEPAGE.
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2021-01-09 13:53:45 by Rui-Xiang Guo | Files touched by this commit (6)
Log message:
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.
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-12-19 23:21:01 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Uses backtrace(3), so pull in libexecinfo. Add missing network headers.