Quantcast
Channel: Active questions tagged ssh - Ask Ubuntu
Viewing all articles
Browse latest Browse all 529

SSH / SFTP Permission denied (publickey)

$
0
0

I've added the following to my sshd_config

Match Group sftponlyChrootDirectory /srv/sftpfolderForceCommand internal-sftp#AllowTcpForwarding noPermitTunnel noX11Forwarding no

I created "user" byuseradd -g sftponly usermkdir -p /home/user/.sshAnd then created authorized_keys in the users ssh folder.

Permissions on /home/user/.ssh/ is 700 and on the authorized_keys file 600.

But when I try sftp -P 12345 user@ip-address I get.

sftp -P 12345 -v user@ip-addressOpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n  7 Dec 2017debug1: Reading configuration data /home/user/.ssh/configdebug1: /home/user/.ssh/config line 1: Applying options for *debug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 19: Applying options for *debug1: auto-mux: Trying existing masterdebug1: Control socket "/home/user/.ssh/master-d986de8e7074586561615461cc918c33db0e1d57" does not existdebug1: Connecting to ip-address [185.104.140.216] port 12345.debug1: Connection established.debug1: identity file /home/user/.ssh/id_rsa type 0debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_rsa-cert type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_dsa type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_dsa-cert type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_ecdsa type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_ecdsa-cert type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_ed25519 type -1debug1: key_load_public: No such file or directorydebug1: identity file /home/user/.ssh/id_ed25519-cert type -1debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Debian-10+deb10u1debug1: match: OpenSSH_7.9p1 Debian-10+deb10u1 pat OpenSSH* compat 0x04000000debug1: Authenticating to ip-address:12345 as 'user'debug1: SSH2_MSG_KEXINIT sentdebug1: SSH2_MSG_KEXINIT receiveddebug1: kex: algorithm: curve25519-sha256debug1: kex: host key algorithm: ecdsa-sha2-nistp256debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: nonedebug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: nonedebug1: expecting SSH2_MSG_KEX_ECDH_REPLYdebug1: Server host key: ecdsa-sha2-nistp256 SHA256:/Pd8kuuE858qr7V6RZhdMw8u+3xbxp/CZGVtinPfUmUdebug1: Host '[ip-address]:12345' is known and matches the ECDSA host key.debug1: Found key in /home/user/.ssh/known_hosts:1debug1: rekey after 134217728 blocksdebug1: SSH2_MSG_NEWKEYS sentdebug1: expecting SSH2_MSG_NEWKEYSdebug1: SSH2_MSG_NEWKEYS receiveddebug1: rekey after 134217728 blocksdebug1: SSH2_MSG_EXT_INFO receiveddebug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>debug1: SSH2_MSG_SERVICE_ACCEPT receiveddebug1: Authentications that can continue: publickeydebug1: Next authentication method: publickeydebug1: Offering public key: RSA SHA256:66x60sLHiBKnCaV4hjwStZBp3SJczxVw7WhWouQECWQ /home/user/.ssh/id_rsadebug1: Authentications that can continue: publickeydebug1: Trying private key: /home/user/.ssh/id_dsadebug1: Trying private key: /home/user/.ssh/id_ecdsadebug1: Trying private key: /home/user/.ssh/id_ed25519debug1: No more authentication methods to try.user@ip-address: Permission denied (publickey).Connection closed

Am I missing something?Logging in with root works as expected...


Viewing all articles
Browse latest Browse all 529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>