Re: Working on keepalive messages while waiting for local connection

2018-04-11 Thread g4-lisz
Hello all I realized that SSH servers with the keep-alive option enabled first send the keep-alive _global_ request as long as nothing had connected to the local TCP socket: $> ssh -v -N xxx@yyy -L 8088:testcom.com:80     debug1: client_input_global_request: rtype keepal...@openssh.com want_repl

Re: Working on keepalive messages while waiting for local connection

2018-04-11 Thread Andreas Schneider
On Wednesday, 11 April 2018 16:27:16 CEST g4-l...@tonarchiv.ch wrote: > Hello all > > I realized that SSH servers with the keep-alive option enabled first > send the keep-alive _global_ request as long as nothing had connected to > the local TCP socket: > > $> ssh -v -N xxx@yyy -L 8088:testcom.co

Re: Working on keepalive messages while waiting for local connection

2018-04-11 Thread g4-lisz
On 11.04.2018 17:31, Andreas Schneider wrote: > On Wednesday, 11 April 2018 16:27:16 CEST g4-l...@tonarchiv.ch wrote: >> Hello all >> >> I realized that SSH servers with the keep-alive option enabled first >> send the keep-alive _global_ request as long as nothing had connected to >> the local TC