Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
/wemux-pairPublic archive

Firewall-punching remote pairing with wemux made easy

License

NotificationsYou must be signed in to change notification settings

substantial/wemux-pair

Repository files navigation

Firewall-punching remote pairing with wemux made easy

Wemux::Pair allows two users to collaborate within the same terminal session via ssh.

Requirements

  • Have a box that is accessible to both users via ssh.
  • wemux should be installed on the host.

Installation

Add this line to your application's Gemfile:

gem 'wemux-pair'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wemux-pair

First time set up for hosts (assuming OSX)

'Host' refers to the computer that initiates the wemux session and 'client' refers to the computer that joins the session.

  1. Create apairprogramming user.

  2. Give that user remote login access via System Preferences>Sharing>Remote Login

  3. Add client's ssh keys to~pairprogramming/.ssh/authorized_keys

  4. In~pairprogramming/.bash_profile should be:wemux attach; exit

  5. Ensure your user is in the host_list in/usr/local/etc/wemux.conf, e.g.

     host_list=(yourusername)

Note: Ifwemux was installed via Homebrew, the host_list is often misconfigured by default.

Usage

Generate.pair.yml configuration, run$ pair --init

Print Usage:$ pair --help

Host:Start awemux session

Then run$ pair host

Client:Ensure you're not in a wemux/tmux session

Run$ pair <host port>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

About

Firewall-punching remote pairing with wemux made easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp