Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread Shlomi Fish
Hi all, On Tue, 13 Sep 2011 14:01:27 +0300 Shlomi Fish wrote: > Hi all, > > On Tue, Sep 13, 2011 at 1:50 PM, Shlomi Fish wrote: > > Hi Shimi, > > > > On Tue, Sep 13, 2011 at 1:28 PM, shimi wrote: > >> > >> On Tue, Sep 13, 2011 at 1:24 PM, shimi wrote: > >>> > >>> My bet is one of those: > >>

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread Shlomi Fish
Hi all, On Tue, Sep 13, 2011 at 1:50 PM, Shlomi Fish wrote: > Hi Shimi, > > On Tue, Sep 13, 2011 at 1:28 PM, shimi wrote: >> >> On Tue, Sep 13, 2011 at 1:24 PM, shimi wrote: >>> >>> My bet is one of those: >>> * bad Ethernet cable between one of the computers and the router/switch >>> (you can

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread Shlomi Fish
Hi Shimi, On Tue, Sep 13, 2011 at 1:28 PM, shimi wrote: > > On Tue, Sep 13, 2011 at 1:24 PM, shimi wrote: >> >> My bet is one of those: >> * bad Ethernet cable between one of the computers and the router/switch >> (you can verify by pinging the router from each one of the computers) >> * bad swi

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread shimi
On Tue, Sep 13, 2011 at 1:24 PM, shimi wrote: > > My bet is one of those: > * bad Ethernet cable between one of the computers and the router/switch > (you can verify by pinging the router from each one of the computers) > * bad switch / home router (common ones where I personally encountered > th

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread shimi
On Tue, Sep 13, 2011 at 1:19 PM, Shlomi Fish wrote: > To reply to shimi, I'm getting this ping trace: > > [root@localhost ~]# ping 192.168.1.10 > PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data. > 64 bytes from 192.168.1.10: icmp_req=3 ttl=64 time=0.315 ms > 64 bytes from 192.168.1.10: icmp

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread Shlomi Fish
Hi Oleg, On Mon, Sep 12, 2011 at 6:52 PM, Oleg Goldshmidt wrote: > > > On Mon, Sep 12, 2011 at 4:37 PM, Shlomi Fish wrote: >> >> Often when I type >> commands on bash on the remote laptop via ssh, there is a significant >> delay, >> and moreover running claws-mail or gringotts (two fast gtk+ app

Re: Delays in ssh connections between two local Linux computers

2011-09-13 Thread Shlomi Fish
Hi Ram-on, On Mon, Sep 12, 2011 at 6:27 PM, Ram-on Agmon wrote: > You might have a problem with the dns resolution. Add the ip of both the > machine to both /etc/hosts or disable the dns options in the sshd config. > I'm actually sshing using IP addreses. I added "UseDNS no" to the sshd_config,

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread shimi
On Mon, Sep 12, 2011 at 6:43 PM, geoffrey mendelson < geoffreymendel...@gmail.com> wrote: > > On Sep 12, 2011, at 6:36 PM, shimi wrote: > >> >> If I understood you incorrectly (and everybody else understood you >> correctly), then I would add to everyone's suggestions, this: take a look to >> see

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Oleg Goldshmidt
On Mon, Sep 12, 2011 at 4:37 PM, Shlomi Fish wrote: > Often when I type > commands on bash on the remote laptop via ssh, there is a significant > delay, > and moreover running claws-mail or gringotts (two fast gtk+ apps) from the > laptop are slow, which hadn't been the case with my older desktop

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread geoffrey mendelson
On Sep 12, 2011, at 6:36 PM, shimi wrote: If I understood you incorrectly (and everybody else understood you correctly), then I would add to everyone's suggestions, this: take a look to see if you have avahi-daemon running. This little creature have a tendency to cause session setup delay

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread shimi
On Mon, Sep 12, 2011 at 4:37 PM, Shlomi Fish wrote: > Hi all, > > (I apologise from writing from my gmail.com account, but as you'll see > below, > writing from my home E-mail account is not bearable.). > > I have a desktop x86-64 Core i3 machine (running Mageia Linux 1) that > connects > via wir

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Ram-on Agmon
You might have a problem with the dns resolution. Add the ip of both the machine to both /etc/hosts or disable the dns options in the sshd config. Ram on On Mon, Sep 12, 2011 at 5:34 PM, Shlomi Fish wrote: > Hi Kfir, > > On Mon, Sep 12, 2011 at 5:25 PM, Kfir Lavi wrote: > > > > > > On Mon, Sep

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Shlomi Fish
Hi Kfir, On Mon, Sep 12, 2011 at 5:25 PM, Kfir Lavi wrote: > > > On Mon, Sep 12, 2011 at 4:37 PM, Shlomi Fish wrote: >> >> Hi all, >> >> (I apologise from writing from my gmail.com account, but as you'll see >> below, >> writing from my home E-mail account is not bearable.). >> >> I have a deskt

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Kfir Lavi
On Mon, Sep 12, 2011 at 4:37 PM, Shlomi Fish wrote: > Hi all, > > (I apologise from writing from my gmail.com account, but as you'll see > below, > writing from my home E-mail account is not bearable.). > > I have a desktop x86-64 Core i3 machine (running Mageia Linux 1) that > connects > via wir

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Shlomi Fish
Hi Dov, On Mon, Sep 12, 2011 at 4:46 PM, Dov Grobgeld wrote: > I had similar problems that were solved when I added the following to my > .ssh/config: > > Host * >   GSSAPIAuthentication=no > According to http://www.slac.stanford.edu/comp/unix/sshGSSAPI.html - you shouldn't include the "=". Othe

Re: Delays in ssh connections between two local Linux computers

2011-09-12 Thread Dov Grobgeld
I had similar problems that were solved when I added the following to my .ssh/config: Host * GSSAPIAuthentication=no I don't remember what the significance was, but it is worth trying. Regards, Dov On Mon, Sep 12, 2011 at 16:37, Shlomi Fish wrote: > Hi all, > > (I apologise from writing fro

Delays in ssh connections between two local Linux computers

2011-09-12 Thread Shlomi Fish
Hi all, (I apologise from writing from my gmail.com account, but as you'll see below, writing from my home E-mail account is not bearable.). I have a desktop x86-64 Core i3 machine (running Mageia Linux 1) that connects via wired Ethernet to my NAT/router and there is a remote x86-64 Core Duo lap