31
Installation issues / Re: 12.04 Media director really slow to ssh and almost impossible to login at tty
« on: February 14, 2014, 06:35:59 am »
More info:
The slow SSH connection, in case it's related- when I ssh from core to md, using -vvv option, the delays are as follows:
It immediately gets to this point (below debug info) and then waits
1.5 minutes
Then, after that elapsed time the following info comes quickly:
And then it's another 1.5 minutes until you get the prompt.
Any ideas? Any reason the moon waits so long before accepting the public keys? And then the further delay before the login prompt? I expect to ssh into a local machine within 10seconds.
The slow SSH connection, in case it's related- when I ssh from core to md, using -vvv option, the delays are as follows:
It immediately gets to this point (below debug info) and then waits
Code: [Select]
.
.
debug1: Next authentication method: publickey
debug1: Offering DSA public key: /usr/pluto/keys/id_dsa_pluto
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
1.5 minutes
Then, after that elapsed time the following info comes quickly:
Code: [Select]
.
.
debug1: Server accepts key: pkalg ssh-dss blen 434
debug2: input_userauth_pk_ok: fp 5e:84:34:7b:5c:7f:cb:00:90:09:85:27:62:a7:7b:89
debug3: sign_and_send_pubkey: DSA 5e:84:34:7b:5c:7f:cb:00:90:09:85:27:62:a7:7b:89
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).
Authenticated to moon31 ([192.168.80.2]:22).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug2: channel 0: request pty-req confirm 1
debug2: channel 0: request shell confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel_input_status_confirm: type 99 id 0
debug2: PTY allocation request accepted on channel 0
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: shell request accepted on channel 0
Welcome to Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-58-generic i686)
* Documentation: https://help.ubuntu.com/
You have new mail.
Last login: Thu Feb 13 21:16:17 2014 from 192.168.80.1
And then it's another 1.5 minutes until you get the prompt.
Any ideas? Any reason the moon waits so long before accepting the public keys? And then the further delay before the login prompt? I expect to ssh into a local machine within 10seconds.