Advertisement
Guest User

scp does not honor config

a guest
Aug 8th, 2015
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. kermit@euroforce:~$ scp -F .ssh/config -vvv foo namaka:/tmp/foo2
  2. Executing: program /usr/bin/ssh host namaka, user (unspecified), command scp -v -p -t /tmp/foo2
  3. OpenSSH_6.7p1 Debian-5, OpenSSL 1.0.1k 8 Jan 2015
  4. debug1: Reading configuration data .ssh/config
  5. debug1: .ssh/config line 2: Applying options for namaka
  6. debug1: Hostname has changed; re-reading configuration
  7. debug1: Reading configuration data .ssh/config
  8. debug2: ssh_connect: needpriv 0
  9. debug1: Connecting to localhost [::1] port 2022.
  10. debug1: connect to address ::1 port 2022: Connection refused
  11. debug1: Connecting to localhost [127.0.0.1] port 2022.
  12. debug1: Connection established.
  13. debug1: identity file /home/kermit/.ssh/virtualbox type 1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/kermit/.ssh/virtualbox-cert type -1
  16. debug1: Enabling compatibility mode for protocol 2.0
  17. debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-5
  18. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5
  19. debug1: match: OpenSSH_6.7p1 Debian-5 pat OpenSSH* compat 0x04000000
  20. debug2: fd 3 setting O_NONBLOCK
  21. debug3: put_host_port: [localhost]:2022
  22. debug3: load_hostkeys: loading entries for host "[localhost]:2022" from file "/home/kermit/.ssh/known_hosts"
  23. debug3: load_hostkeys: found key type ECDSA in file /home/kermit/.ssh/known_hosts:11
  24. debug3: load_hostkeys: loaded 1 keys
  25. debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  26. debug1: SSH2_MSG_KEXINIT sent
  27. debug1: SSH2_MSG_KEXINIT received
  28. debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
  29. debug2: kex_parse_kexinit: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-ed25519,ssh-rsa,ssh-dss
  30. debug2: kex_parse_kexinit: arcfour
  31. debug2: kex_parse_kexinit: arcfour
  32. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  33. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  34. debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
  35. debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
  36. debug2: kex_parse_kexinit:
  37. debug2: kex_parse_kexinit:
  38. debug2: kex_parse_kexinit: first_kex_follows 0
  39. debug2: kex_parse_kexinit: reserved 0
  40. debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  41. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
  42. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
  43. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
  44. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  45. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  46. debug2: kex_parse_kexinit: none,zlib@openssh.com
  47. debug2: kex_parse_kexinit: none,zlib@openssh.com
  48. debug2: kex_parse_kexinit:
  49. debug2: kex_parse_kexinit:
  50. debug2: kex_parse_kexinit: first_kex_follows 0
  51. debug2: kex_parse_kexinit: reserved 0
  52. no matching cipher found: client arcfour server aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
  53. lost connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement