Ludovic Courtès writes: > Christopher Allan Webber <cweb...@dustycloud.org> skribis: > >> From c718ca3986750c255a58b87d9e6805e56c1ffc72 Mon Sep 17 00:00:00 2001 >> From: Christopher Allan Webber <cweb...@dustycloud.org> >> Date: Mon, 8 Feb 2016 16:01:49 -0800 >> Subject: [PATCH] gnu: Add autossh. >> >> * gnu/packages/ssh.scm (autossh): New variable. > > [...] > >> + (synopsis "Automatically restart SSH sessions and tunnels") >> + (description "autossh is a program to start a copy of ssh and > > @command{ssh} > >> +monitor it, restarting it as necessary should it die or stop >> +passing traffic. The idea is from rstunnel (Reliable SSH Tunnel), >> +but implemented in C.") > > Maybe remove the last sentence? > >> + ;; copy of this license in their headers, but there's no seprate file > > “separate” > > Go for it! > > Thanks! > > Ludo’.
Pushed with those changes, thanks!