This is a utility for developers.
You need to install sshpass in your system.
For macos: brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
For ubuntu: apt-get install sshpass
- Clone project.
- Install project. You have 2 ways:
2.1 Install in system
$ cd my-dev-client/
$ sudo pip install .
2.2 Install in virtualenv
$ tox -e venv --notest
- Init your account
$ my --init
- Try to connect to any host in format:
$ my ssh host_user@host
- Use
my
for connecting to host in the future:
$ my ssh host_user@host
You can contact us via mailing list: my-dev@googlegroups.com