Question
Can't connect SSH to my droplet
I cannot connect to my droplet ssh/ftp. I tried all the tutorials on internet, but still not working. Please, I need help to put my website on this server. I tried with password and with keypair, no success. I only get this message on ssh: “Permission denied, please try again.”
I’m sure my password is correct (but tried others like “a”). I tried to change my authentication method to publickey, but got the same message. I tried also access from another operating system, nothing… I have a Windows machine and a MacOS machine. Both failed. I only get connected when i get in the console, in the Digital Ocean Panel. But I need to connect SSH for the first configuration and FTP to upload my files. PLEASE HELP ME!
SSH debug:OpenSSH7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/sshconfig
debug1: /etc/ssh/sshconfig line 48: Applying options for *
debug1: Connecting to IPaddress [IPaddress] port 22.
debug1: Connection established.
debug1: identity file /Users/rickfontoura/.ssh/idrsa type 0
debug1: identity file /Users/rickfontoura/.ssh/idrsa-cert type -1
debug1: identity file /Users/rickfontoura/.ssh/iddsa type -1
debug1: identity file /Users/rickfontoura/.ssh/iddsa-cert type -1
debug1: identity file /Users/rickfontoura/.ssh/idecdsa type -1
debug1: identity file /Users/rickfontoura/.ssh/idecdsa-cert type -1
debug1: identity file /Users/rickfontoura/.ssh/ided25519 type -1
debug1: identity file /Users/rickfontoura/.ssh/ided25519-cert type -1
debug1: identity file /Users/rickfontoura/.ssh/idxmss type -1
debug1: identity file /Users/rickfontoura/.ssh/idxmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH7.9
debug1: Remote protocol version 2.0, remote software version OpenSSH6.6.1
debug1: match: OpenSSH6.6.1 pat OpenSSH6.6.1* compat 0x04000002
debug1: Authenticating to IPaddress:22 as ‘root’
debug1: SSH2MSGKEXINIT sent
debug1: SSH2MSGKEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2MSGKEXECDHREPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:aCNuggeFGaX8hsiUJqeRp9Ic1pMOv8AE2UuP95R1poA
debug1: Host 'IPaddress’ is known and matches the ECDSA host key.
debug1: Found key in /Users/rickfontoura/.ssh/knownhosts:9
debug1: rekey after 134217728 blocks
debug1: SSH2MSGNEWKEYS sent
debug1: expecting SSH2MSGNEWKEYS
debug1: SSH2MSGNEWKEYS received
debug1: rekey after 134217728 blocks
debug1: Will attempt key: /Users/rickfontoura/.ssh/idrsa RSA SHA256:+RxgdXB7wR6RuGyMdGeQHPg8YIFGrj5ZQpbZh73+qW0 agent
debug1: Will attempt key: /Users/rickfontoura/.ssh/iddsa
debug1: Will attempt key: /Users/rickfontoura/.ssh/idecdsa
debug1: Will attempt key: /Users/rickfontoura/.ssh/ided25519
debug1: Will attempt key: /Users/rickfontoura/.ssh/idxmss
debug1: SSH2MSGSERVICEACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/rickfontoura/.ssh/idrsa RSA SHA256:+RxgdXB7wR6RuGyMdGeQHPg8YIFGrj5ZQpbZh73+qW0 agent
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Trying private key: /Users/rickfontoura/.ssh/iddsa
debug1: Trying private key: /Users/rickfontoura/.ssh/idecdsa
debug1: Trying private key: /Users/rickfontoura/.ssh/ided25519
debug1: Trying private key: /Users/rickfontoura/.ssh/id_xmss
debug1: Next authentication method: password
root@IPaddress’s password:
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×