Accessing Digital Ocean server gives an error message while you SSH

Dinesh Edirisinghe

I have changed droplet SSH password. Now when I try to SSH, It gives me warning.

davidgo

(Without understanding the Digital Ocean specifics) the warning is a common one, and is as per my guess.

The SSH server has its own key (which includes the private key). The server provides the associated public key to you the first time you connect to it - which your ssh client stores. Future SSH attempts will use this to check you ate speaking to the same server.you initially spoke to to thwart man-in-the-middle attacks.

When the servers host key changes (which it would.not do if the root password changed, but would do it the droplet was recreated - which may be related to how DO is changing it) you gret a warning as described by you.

The solution is to remove your stored host key for that system. (In Unixy versions of SSH this is stored in an authorised_keys file, and you can find and remove the offending line. There are other ways.as well dependong on your SSH client.)

Note that none of this has to do with IPs - the IP address.of the server can change without modifying this (host) key.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Laravel Forge & Digital Ocean Add SSH Port

From Dev

Add ssh key to existing droplet in digital ocean

From Dev

Install Tomcat remotely (on a digital ocean server?)

From Dev

deploy rails app digital ocean server

From Dev

Install Tomcat remotely (on a digital ocean server?)

From Dev

Deploying parse Server example to Digital Ocean

From Dev

deploy rails app digital ocean server

From Dev

PHPMailer is causing 504 timeout error on my Digital Ocean server using nginx

From Dev

PHPMailer is causing 504 timeout error on my Digital Ocean server using nginx

From Dev

Laravel Digital Ocean Error in exception handler

From Dev

phpMyAdmin 404 error on Digital Ocean hosting

From Dev

Digital Ocean SSH from one droplet into 2nd droplet

From Dev

Setup an existing Digital Ocean Droplet to use my ssh key

From Dev

Wamp server error while accessing from outside the windows server?

From Dev

Error message 'database is locked' with Subversion server accessing repository through SMB

From Dev

Error message 'database is locked' with Subversion server accessing repository through SMB

From Dev

Error "Bad message" when accessing a file on Windows OpenSSH SFTP server

From Dev

Apache web server configuration gives 404 error message

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

Unable to update hostname output for Ubuntu Server (on Digital Ocean)

From Dev

Transferring files from virtual Linux computer to Digital Ocean server

From Dev

The requested URL not found - in Digital Ocean LAMP Webmin server

From Dev

how do I set up my Server on Digital ocean

From Dev

Digital Ocean Ubuntu LAMP server: Laravel cannot access router group

From Dev

Cannot Connect from remote client to kafka server on digital ocean

From Dev

Nginx server won't start on an Ubuntu machine on Digital Ocean

From Dev

Internal server Error while accessing a php page in apache2

From Dev

Internal server Error while accessing a php page in apache2

Related Related

  1. 1

    Laravel Forge & Digital Ocean Add SSH Port

  2. 2

    Add ssh key to existing droplet in digital ocean

  3. 3

    Install Tomcat remotely (on a digital ocean server?)

  4. 4

    deploy rails app digital ocean server

  5. 5

    Install Tomcat remotely (on a digital ocean server?)

  6. 6

    Deploying parse Server example to Digital Ocean

  7. 7

    deploy rails app digital ocean server

  8. 8

    PHPMailer is causing 504 timeout error on my Digital Ocean server using nginx

  9. 9

    PHPMailer is causing 504 timeout error on my Digital Ocean server using nginx

  10. 10

    Laravel Digital Ocean Error in exception handler

  11. 11

    phpMyAdmin 404 error on Digital Ocean hosting

  12. 12

    Digital Ocean SSH from one droplet into 2nd droplet

  13. 13

    Setup an existing Digital Ocean Droplet to use my ssh key

  14. 14

    Wamp server error while accessing from outside the windows server?

  15. 15

    Error message 'database is locked' with Subversion server accessing repository through SMB

  16. 16

    Error message 'database is locked' with Subversion server accessing repository through SMB

  17. 17

    Error "Bad message" when accessing a file on Windows OpenSSH SFTP server

  18. 18

    Apache web server configuration gives 404 error message

  19. 19

    Server gives me a permission error when trying to scp, but not when ssh

  20. 20

    Server gives me a permission error when trying to scp, but not when ssh

  21. 21

    Unable to update hostname output for Ubuntu Server (on Digital Ocean)

  22. 22

    Transferring files from virtual Linux computer to Digital Ocean server

  23. 23

    The requested URL not found - in Digital Ocean LAMP Webmin server

  24. 24

    how do I set up my Server on Digital ocean

  25. 25

    Digital Ocean Ubuntu LAMP server: Laravel cannot access router group

  26. 26

    Cannot Connect from remote client to kafka server on digital ocean

  27. 27

    Nginx server won't start on an Ubuntu machine on Digital Ocean

  28. 28

    Internal server Error while accessing a php page in apache2

  29. 29

    Internal server Error while accessing a php page in apache2

HotTag

Archive