Project

autossh

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
An SSH connection helper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.62.0
 Project Readme

Available on Rubygems at https://rubygems.org/gems/autossh

Github repository at https://github.com/paul-ridgway/autossh

To Install

  1. Clone the repository

  2. Ensure aash is available on the PATH:

ln -s /full/path/to/assh /usr/local/bin/assh

To do

  1. Example configurations

  2. Safely handle no config (make dir, etc)

  3. Validate config files

  4. Gemify?

  5. Command line override config path (to test examples, and other uses)

  6. Decent logger/log levels, etc

  7. Tests