No video

Easy pairing and shell session sharing with tmate

tmate allows you to share your shell sessions with friends! It gives you a local tmux session that someone can connect to from anywhere, which makes pairing and troubleshooting easy.
👨‍💻 Practice coding interviews with experienced FAANG engineers and don't pay until you're hired: interviewing.i... (affiliate link, supports the channel).
Thank you to interviewing. io for sponsoring this video!
0:00 Intro - why tmate?
1:00 How it works
2:00 installation on Ubuntu Linux and Mac OS X
6:08 Session Types
7:31 Custom authorized_keys file
Project-based Linux course for beginners: www.udemy.com/...
DigitalOcean referral link: m.do.co/c/0380...
tutorialinux Merch: / @tutorialinux
Free Linux Sysadmin Course Playlist: • The Linux Basics Cours...
Patreon: / tutorialinux
Official Site & e-mail list: tutorialinux.com/
Twitter: / tutorialinux
Facebook: / tutorialinux

Пікірлер: 12

  • @jcd9821
    @jcd98212 жыл бұрын

    Thank you for the video man, i was looking for a way to do that and the Magic of algorithms brings you in.

  • @mosey6615
    @mosey66152 жыл бұрын

    The man has once again uploaded. Nice video!

  • @applesushi
    @applesushi2 жыл бұрын

    I am not sure I want an intermediary between me and my shell session. There is no guarantee that the Tmate servers do not capture your keystrokes and terminal output. They’re almost the definition of a “man in the middle”. I would only use this for things that you don’t mind a third party seeing, That said, it looks like you can run your own Tmate servers.

  • @tutoriaLinux

    @tutoriaLinux

    2 жыл бұрын

    Yep, that’s true. I believe it basically streams client keystrokes and host-PTY outputs to the tmux session running on the central server. So for anything confidential or sensitive, you’d definitely want to run your own server.

  • @Flankymanga
    @Flankymanga2 жыл бұрын

    Great video as allways! Thanks for sharing!

  • @WeiFu
    @WeiFu2 жыл бұрын

    Great thanks for sharing , it is new to me

  • @szmonszmon
    @szmonszmon2 жыл бұрын

    Many many years ago I did similar thing on AIX box without any 3-party software.

  • @SkullTraill
    @SkullTraill Жыл бұрын

    I know this isn’t directly regarding the main topic of this video which is tmate, but could someone please tell me how to achieve something like this locally? I mean no network at all, I just want 2 separate terminals to be able to connect to the same session

  • @XSYSturbulence
    @XSYSturbulence2 жыл бұрын

    Nice tool, excellent video. The static builds seems to get caught by antivirus tools. Possibly a false positive but being a paranoid person in constant recovery my innards always gets a jolt when that happens. Any insight?

  • @tps125

    @tps125

    2 жыл бұрын

    Not sure if this explains your experience, but sometimes antivirus will flag tools that are in and of themselves not malware, but are powerful tools that can and are frequently used maliciously. PsExec and PsKill, for instance, get flagged sometimes for this reason.

  • @xorsirenz

    @xorsirenz

    2 жыл бұрын

    AV detect malicious software based off of "commonly used code" they see in the wild. this program most likely shares similar traits with malware, due to having the ability to get a shell access without much security (unless done properly)

  • @mathieurollet8318
    @mathieurollet83182 жыл бұрын

    Didn’t know about the github.com/.keys thing, that’s pretty handy ! Cool video Dave thank you