~alpine/aports

1

[alpine-aports] [PATCH] testing/tinyssh: improve docs

Details
Message ID
<1437260970-104241-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1437260970
DKIM signature
missing
Download raw message
Patch: +5 -0
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
}

-- 
2.4.6



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<55AB894D.3060906@it-offshore.co.uk>
In-Reply-To
<1437260970-104241-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1437305165
DKIM signature
missing
Download raw message
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
>  }
>  
Reply to thread Export thread (mbox)