$ uname -a
Linux m2 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:37:48 UTC 2015 i686 i686 i686 GNU/Linux
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
$ time ssh -Xvvv nagetier@10.0.10.200
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.0.10.200 [10.0.10.200] port 22.
debug1: Connection established.
debug1: identity file /home/nagetier/.ssh/id_rsa type -1
debug1: identity file /home/nagetier/.ssh/id_rsa-cert type -1
debug1: identity file /home/nagetier/.ssh/id_dsa type -1
debug1: identity file /home/nagetier/.ssh/id_dsa-cert type -1
debug1: identity file /home/nagetier/.ssh/id_ecdsa type -1
debug1: identity file /home/nagetier/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/nagetier/.ssh/id_ed25519 type -1
debug1: identity file /home/nagetier/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-3
debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "10.0.10.200" from file "/home/nagetier/.ssh/known_hosts"
debug3: load_hostkeys: loaded 0 keys
debug1: SSH2_MSG_KEXINIT sent
^C
real 0m14.793s
user 0m0.020s
sys 0m0.008s