[PLUG] scp issue

Rich Shepard rshepard at appl-ecosys.com
Fri Feb 24 18:37:18 UTC 2017


On Fri, 24 Feb 2017, brooks at netgate.net wrote:

> Now you just need the correct public key. Use the -v flag to scp for more
> output.

$ scp -v salmo:projects . 
Executing: program /usr/bin/ssh host salmo, user (unspecified), command scp -v -f projects
OpenSSH_7.4p1, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /home/rshepard/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to salmo [127.0.0.1] port <>.
debug1: connect to address 127.0.0.1 port <>: Connection refused
debug1: Connecting to salmo [192.168.55.1] port <>.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
debug1: Authenticating to salmo:21498 as 'rshepard'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305 at openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305 at openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-ed25519 SHA256:9T1sRfIPmzJvODsTIOexYiBawQAJp6fN9GS1S9zGewg
debug1: Host '[salmo]:21498' is known and matches the ED25519 host key.
debug1: Found key in /home/rshepard/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/rshepard/.ssh/id_rsa
debug1: Trying private key: /home/rshepard/.ssh/id_dsa
debug1: Trying private key: /home/rshepard/.ssh/id_ecdsa
debug1: Trying private key: /home/rshepard/.ssh/id_ed25519
debug1: No more authentication methods to try.
Permission denied (publickey).
$ scp -v salmo:projects . 
Executing: program /usr/bin/ssh host salmo, user (unspecified), command scp -v -f projects
OpenSSH_7.4p1, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /home/rshepard/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to salmo [127.0.0.1] port 21498.
debug1: connect to address 127.0.0.1 port 21498: Connection refused
debug1: Connecting to salmo [192.168.55.1] port 21498.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/rshepard/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
debug1: Authenticating to salmo:21498 as 'rshepard'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305 at openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305 at openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-ed25519 SHA256:9T1sRfIPmzJvODsTIOexYiBawQAJp6fN9GS1S9zGewg
debug1: Host '[salmo]:21498' is known and matches the ED25519 host key.
debug1: Found key in /home/rshepard/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/rshepard/.ssh/id_rsa
debug1: Trying private key: /home/rshepard/.ssh/id_dsa
debug1: Trying private key: /home/rshepard/.ssh/id_ecdsa
debug1: Trying private key: /home/rshepard/.ssh/id_ed25519
debug1: No more authentication methods to try.
Permission denied (publickey).

   On the desktop:

/etc/ssh/# ls
moduli                ssh_host_ecdsa_key        ssh_host_rsa_key.pub
ssh_config            ssh_host_ecdsa_key.pub    sshd_config
ssh_config.works      ssh_host_ed25519_key      sshd_config.works
ssh_host_dsa_key      ssh_host_ed25519_key.pub  supervise/
ssh_host_dsa_key.pub  ssh_host_rsa_key

   So the public keys are present here. And,

$ ls .ssh/
authorized_keys  config  id_ed25519  id_ed25519.pub  known_hosts

   I don't see why ssh is not finding the keys on the desktop.

Rich



More information about the PLUG mailing list