Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.24 KB

farmcoolcow/autossh

![](https://img.shields.io/badge/ FROM - alpine -lightgray.svg)


What is autossh ?

Automatically restart SSH sessions and tunnels

autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. More informations on the official autossh website.


How to use this image

This image is based on alpine.

The default ENTRYPOINT is /entrypoint.sh and the default CMD is --help.
/entrypoint.sh installs all the files under /install/ to /root/.ssh/, and executes autossh.

Take a look at the autossh README to see all the available parameters.