Skip to content

Instantly share code, notes, and snippets.

View qtopie's full-sized avatar

qtopie.rw qtopie

  • GuangZhou, China
View GitHub Profile
@qtopie
qtopie / ssh-multi.sh
Last active August 9, 2017 16:18 — forked from dmytro/ssh-multi.sh
Start multiple synchronized SSH connections with Tmux
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
HOSTS=
read_host() {