Skip to content

Instantly share code, notes, and snippets.

View f3270's full-sized avatar

Fernando Torres f3270

View GitHub Profile
@f3270
f3270 / gist:4469ab481e4e71357bc1968ae6163911
Created November 27, 2017 18:17 — forked from arunoda/gist:7790979
Installing SSHPass

Installing SSHPASS

SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don't do anything evil.

Installing on Ubuntu

apt-get install sshpass

Installing on OS X

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname