Re: [CentOS] Problem with ssh disconnecting

2018-02-21 Thread H
On 02/20/2018 09:33 AM, H wrote: > On 02/19/2018 10:09 PM, Marcelo Ricardo Leitner wrote: >> On Mon, Feb 12, 2018 at 08:05:18PM -0500, H wrote: >> ... >>> Not sure if I am reading your reply correctly but I should clarify >>> that I have problems when running naked ssh to the server, when I >>> run

Re: [CentOS] Problem with ssh disconnecting

2018-02-20 Thread H
On 02/19/2018 10:09 PM, Marcelo Ricardo Leitner wrote: > On Mon, Feb 12, 2018 at 08:05:18PM -0500, H wrote: > ... >> Not sure if I am reading your reply correctly but I should clarify >> that I have problems when running naked ssh to the server, when I >> run ssh to the same server but over the VPN

Re: [CentOS] Problem with ssh disconnecting

2018-02-19 Thread Marcelo Ricardo Leitner
On Mon, Feb 12, 2018 at 08:05:18PM -0500, H wrote: ... > Not sure if I am reading your reply correctly but I should clarify > that I have problems when running naked ssh to the server, when I > run ssh to the same server but over the VPN connection (that goes > via third server) everything is flawl

Re: [CentOS] Problem with ssh disconnecting

2018-02-19 Thread H
On 02/12/2018 09:12 PM, Earl Ramirez wrote: > On Mon, 2018-02-12 at 20:13 -0500, H wrote: >> On 02/12/2018 07:24 PM, Liam O'Toole wrote: >>> On 2018-02-12, H wrote: Running CentOS 7 on workstation and having a problem with ssh disconnects. My ssh_config contains: Host * TC

Re: [CentOS] Problem with ssh disconnecting

2018-02-15 Thread Kay Diederichs
On 02/13/2018 11:54 AM, Liam O'Toole wrote: > On 2018-02-13, H wrote: >> On 02/12/2018 07:24 PM, Liam O'Toole wrote: >>> On 2018-02-12, H wrote: Running CentOS 7 on workstation and having a problem with ssh disconnects. My ssh_config contains: Host * TCPKeepAlive yes

Re: [CentOS] Problem with ssh disconnecting

2018-02-13 Thread Liam O'Toole
On 2018-02-13, H wrote: > On 02/12/2018 07:24 PM, Liam O'Toole wrote: >> On 2018-02-12, H wrote: >>> Running CentOS 7 on workstation and having a problem with ssh >>> disconnects. My ssh_config contains: >>> >>> Host * >>> TCPKeepAlive yes >>> ServerAliveInterval 30 >>> ServerAliveCountMax 300 >>

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread Earl Ramirez
On Mon, 2018-02-12 at 20:13 -0500, H wrote: > On 02/12/2018 07:24 PM, Liam O'Toole wrote: > > On 2018-02-12, H wrote: > > > Running CentOS 7 on workstation and having a problem with ssh > > > disconnects. My ssh_config contains: > > > > > > Host * > > > TCPKeepAlive yes > > > ServerAliveInterval

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread H
On 02/12/2018 07:24 PM, Liam O'Toole wrote: > On 2018-02-12, H wrote: >> Running CentOS 7 on workstation and having a problem with ssh >> disconnects. My ssh_config contains: >> >> Host * >> TCPKeepAlive yes >> ServerAliveInterval 30 >> ServerAliveCountMax 300 >> >> and sshd_config on the server c

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread Liam O'Toole
On 2018-02-12, H wrote: > Running CentOS 7 on workstation and having a problem with ssh > disconnects. My ssh_config contains: > > Host * > TCPKeepAlive yes > ServerAliveInterval 30 > ServerAliveCountMax 300 > > and sshd_config on the server contains: > > TCPKeepAlive yes > ClientAliveInterval 60

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread H
On 02/12/2018 06:34 PM, Stephen John Smoogen wrote: > On Mon, Feb 12, 2018 at 6:25 PM H wrote: > >> Running CentOS 7 on workstation and having a problem with ssh disconnects. >> My ssh_config contains: >> >> Host * >> TCPKeepAlive yes >> ServerAliveInterval 30 >> ServerAliveCountMax 300 >> >> and

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread Stephen John Smoogen
On Mon, Feb 12, 2018 at 6:25 PM H wrote: > Running CentOS 7 on workstation and having a problem with ssh disconnects. > My ssh_config contains: > > Host * > TCPKeepAlive yes > ServerAliveInterval 30 > ServerAliveCountMax 300 > > and sshd_config on the server contains: > > TCPKeepAlive yes > Clien

[CentOS] Problem with ssh disconnecting

2018-02-12 Thread H
Running CentOS 7 on workstation and having a problem with ssh disconnects. My ssh_config contains: Host * TCPKeepAlive yes ServerAliveInterval 30 ServerAliveCountMax 300 and sshd_config on the server contains: TCPKeepAlive yes ClientAliveInterval 60 ClientAliveCountMax 300 Have I missed any se