X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 98BD3DC02EF for ; Sun, 19 Jul 2015 11:22:18 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 52070DC0177 for ; Sun, 19 Jul 2015 11:22:16 +0000 (UTC) Received: from [90.202.39.93] (port=51737 helo=[192.168.0.17]) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZGmfe-000yks-6e for alpine-aports@lists.alpinelinux.org; Sun, 19 Jul 2015 12:22:14 +0100 Message-ID: <55AB894D.3060906@it-offshore.co.uk> Date: Sun, 19 Jul 2015 12:26:05 +0100 From: IT Developer Reply-To: developer@it-offshore.co.uk Organization: IT Offshore User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/tinyssh: improve docs References: <1437260970-104241-1-git-send-email-developer@it-offshore.co.uk> In-Reply-To: <1437260970-104241-1-git-send-email-developer@it-offshore.co.uk> Content-Type: multipart/alternative; boundary="------------050701040700070604090100" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP This is a multi-part message in MIME format. --------------050701040700070604090100 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit No need to apply this patch - the author has added ssh_send_keepalive & I will be testing today & sending a new patch. Stuart On 19/07/15 00:09, Stuart Cardall wrote: > ServerAliveInterval is not yet implemented & resets connections > > Added some notes for using SSH with FWKNOP into LXC containers > --- > testing/tinyssh/APKBUILD | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/testing/tinyssh/APKBUILD b/testing/tinyssh/APKBUILD > index f994e49..80a5313 100644 > --- a/testing/tinyssh/APKBUILD > +++ b/testing/tinyssh/APKBUILD > @@ -55,6 +55,11 @@ echo '22 stream tcp nowait root /usr/sbin/tinysshd tinysshd -l -v /etc/tinyssh/s > rc-service inetd start > > (3) Using runit with either (1) or (2) > + > +** do not set ServerAliveInterval in ~/.ssh/config as it is not yet implemented & will reset your session: > +** https://github.com/janmojzis/tinyssh/issues/4 > + > +Stealth SSH with FWKNOP: https://it-offshore.co.uk/security/53-stealth-your-ssh-port-ssh-into-lxc-containers > EOF > } > --------------050701040700070604090100 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 7bit No need to apply this patch - the author has added ssh_send_keepalive & I will be testing
today & sending a new patch.

Stuart


On 19/07/15 00:09, Stuart Cardall wrote:
ServerAliveInterval is not yet implemented & resets connections

Added some notes for using SSH with FWKNOP into LXC containers
---
 testing/tinyssh/APKBUILD | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testing/tinyssh/APKBUILD b/testing/tinyssh/APKBUILD
index f994e49..80a5313 100644
--- a/testing/tinyssh/APKBUILD
+++ b/testing/tinyssh/APKBUILD
@@ -55,6 +55,11 @@ echo '22 stream tcp nowait root /usr/sbin/tinysshd tinysshd -l -v /etc/tinyssh/s
 rc-service inetd start
 
 (3) Using runit with either (1) or (2)
+
+** do not set ServerAliveInterval in ~/.ssh/config as it is not yet implemented & will reset your session:
+** https://github.com/janmojzis/tinyssh/issues/4
+
+Stealth SSH with FWKNOP: https://it-offshore.co.uk/security/53-stealth-your-ssh-port-ssh-into-lxc-containers
 EOF
 }
 

--------------050701040700070604090100-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---