Auto SSH login managing app for Mac OSX by python. refer to ssh-auto-login, rumps. The app can easy manage your server list, and display on mac statusbar to easy use.
- directly download the Mac OSX app iSSH.zip
- build from src, require python 2.7
$> pip install rumps py2app pyobjc
$> git clone https://github.com/upton/iSSH
$> cd iSSH
$> python setup.py py2app
You can find the iSSH.app
in dist
folder if without error.