Skip to content

Instantly share code, notes, and snippets.

View qtopie's full-sized avatar
🌴
On vacation

qtopie qtopie

🌴
On vacation
  • GuangZhou, China
  • 19:10 (UTC -12:00)
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() {