ssh / scp / sftp lento. Transferências parece estar limitado a ~ 64kb / s

1

Detalhes da máquina: %código% A partir do login ssh aparece a versão openssh é OpenSSH_6.7p1.

Eu consegui transferir arquivos a ~ 2MB / s de / para esse sistema, mas agora estou obtendo no máximo 64-66kb / s. Eu fiz recentemente atualizar de um ubuntu ?? para 15.04 e acredito que esta é a primeira vez tentando scp da máquina e, portanto, acabou de descobrir o problema.

Eu posso acessar a máquina e scp um arquivo de outro computador a 2MB / s, mas novamente tentando scp arquivos desta máquina parece ser limitado a 64kb / s.

A cpu não mostra um alto uso cpu ou uma alta carga e eu posso gerar vários processos scp para obter arquivos da máquina e todos eles chegam a ~ 64kb / s cada.

Se eu tentar so ssh em ver, o que parece ser, algumas chaves de criptografia sendo decodificadas para o terminal.

mediacenter@mediacenter-Aspire-R1600:~$ uname -a
Linux mediacenter-Aspire-R1600 3.19.0-51-generic #58-Ubuntu SMP Fri Feb 26 21:22:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
mediacenter@mediacenter-Aspire-R1600:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:        15.04
Codename:       vivid

Meu sshd_config na máquina com problemas. AFAIK Eu só mudei a porta. Eu tentei mudar o ServerKeyBits para combinar com isso em outras máquinas, mas isso não resolveu o problema.


ssh -p 514 -v [email protected]
OpenSSH_5.9p1 Debian-5ubuntu1.8, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.1.104 [192.168.1.104] port 514.
debug1: Connection established.
debug1: identity file /home/nicky/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/nicky/.ssh/id_rsa-cert type -1
debug1: identity file /home/nicky/.ssh/id_dsa type -1
debug1: identity file /home/nicky/.ssh/id_dsa-cert type -1
debug1: identity file /home/nicky/.ssh/id_ecdsa type -1
debug1: identity file /home/nicky/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Ubuntu-5ubuntu1.4
debug1: match: OpenSSH_6.7p1 Ubuntu-5ubuntu1.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.8
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1 none
debug1: kex: client->server aes128-ctr hmac-sha1 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 20:e9:00:1a:69:c9:fc:e5:29:fa:b3:50:46:e0:0b:a5
debug1: checking without port identifier
key_read: uudecode [ encryption gobbledygook ]
Host '192.168.1.104' is known and matches the ECDSA host key.
debug1: Found key in /home/nicky/.ssh/known_hosts:33
debug1: found matching key w/out port
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/nicky/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/nicky/.ssh/id_dsa
debug1: Trying private key: /home/nicky/.ssh/id_ecdsa
debug1: Next authentication method: password
[email protected]'s password: 

Não tenho certeza do que mais posso oferecer.

O sistema em si é conectado, mas outros computadores são sem fio.

O sistema é um Acer Aspire Revo 1600 com 3 GB de RAM.

    
por N Klosterman 19.05.2016 / 04:37

0 respostas