Busqueda sobre Linux y software libre

Noticias sobre linux y software libre - Google 

Error al copiar por SSH un archivo de Ubuntu a Debian

Pregunta

Sucede que quiero copiar por ssh un archivo de una maquina ubuntu 11.04 a

una debian 6.0.2 pero me sale el siguiente error:

$scp -r richard/ ghaspaer en 192.168.1.78:
 _,met$$$$$gg.

y luego las letras de la consola se ponen rojas,  ya probé haciendo:
-ping,
-/etc/init.d/ssh is running,
-
openssh-server openssh-client instalados,
-puedo conectarme con ssh desde cualquiera
-puedo copiar desde debian a ubuntu por ssh
-probé también:
root en Gunche:/home/gcc/z# scp -rv richard/ ghaspaer en 192.168.1.78:
Executing: program /usr/bin/ssh host 192.168.1.78, user ghaspaer, command
scp -v -r -t -- .
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.78 [192.168.1.78] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1
Debian-6
debug1: match: OpenSSH_5.5p1 Debian-6 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 81:60:98:d5:3b:df:7c:08:84:e6:3f:40:ec:6c:57:86
debug1: Host '192.168.1.78' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
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: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Next authentication method: password
ghaspaer en 192.168.1.78's password:
debug1: Authentication succeeded (password).
Authenticated to 192.168.1.78 ([192.168.1.78]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions en openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = es_BO.UTF-8
debug1: Sending command: scp -v -r -t -- .
          _,met$$$$$gg.
root en Gunche:/home/gcc/z# debug1: client_input_channel_req: channel 0 rtype
exit-signal reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 1856, received 3112 bytes, in 0.0 seconds
Bytes per second: sent 41071.9, received 68866.3
debug1: Exit status -1

no se que mas probar ...

Respuesta

http://adf.ly/1ey1sK

Esto puede que no ayude, pero _,met$$$$$gg. es parte del ASCII-Art de Debian:

echo -e "$c7       _,met\$\$\$\$\$gg."
echo -e "$c7    ,g\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$P."
echo -e "$c7  ,g\$\$P\"\"       \"\"\"Y\$\$.\"."
echo -e "$c7 ,\$\$P'              \`\$\$\$."
echo -e "$c7',\$\$P       ,ggs.     \`\$\$b:"
echo -e "$c7\`d\$\$'     ,\$P\"\'   $c6.$c7    \$\$\$"
echo -e "$c7 \$\$P      d\$\'     $c6,$c7    \$\$P"
echo -e "$c7 \$\$:      \$\$.   $c6-$c7    ,d\$\$'"
echo -e "$c7 \$\$\;      Y\$b._   _,d\$P'"
echo -e "$c7 Y\$\$.    $c6\`.$c7\`\"Y\$\$\$\$P\"'"
echo -e "$c7 \`\$\$b      $c6\"-.__"
echo -e "$c7  \`Y\$\$"
echo -e "$c7   \`Y\$\$."
echo -e "$c7     \`\$\$b."
echo -e "$c7       \`Y\$\$b."
echo -e "$c7          \`\"Y\$b._"
echo -e "$c7              \`\"\"\"\""$c0
echo " "
echo " "

¿No sería que screenfetch esta afectando a scp?
¿Qu'e tal si lo desinstalas?

Otra respuesta

Hola tuve un problema parecido entre una lenovo 10s y otros equipos

luego di con la solución googleando
creo que con

 sudo ethtool -K eth0 gso off
no encuentro el mismo post
pero encontre varios con esta y otra solución
sudo ethtool -K eth0 tx off rx off

prueba antes ejecutando 

sudo ethtool -k eth0
para que veas los valores actuales

Ads by CJ - Linux Foundation

Share This