2122 shaares
901 private links
901 private links
Usage
- Once installed, launch tmate with
tmate
. You should see something likessh PMhmes4XeKQyBR2JtvnQt6BJw@nyc1.tmate.io
appearing. This allows others to join your terminal session. All users see the same terminal content at all time. This is useful for pair programming where two people share the same screen, but have different keyboards.- tmate is useful as it goes through NATs and tolerate host IP changes. Accessing a terminal session is transparent to clients as they go through the tmate.io servers, acting as a proxy. No authentication setup is required, like setting up ssh keys.
- Run
tmate show-messages
in your shell to see tmate's log messages, including the ssh connection string. - tmate also allow you to share a read-only view of your terminal. The read-only connection string can be retrieved with
tmate show-messages
. - tmate uses
~/.tmate.conf
as configuration file. It uses the same tmux syntax. In order to load the~/.tmux.conf
configuration file, addsource-file ~/.tmux.conf
in the tmate configuration file.