Tag: system administrator
Howto: Shutdown Linux System From Terminal
in Categories Linux last updated April 20, 2012HowTO: Linux Disable a User Account Command
in Categories Linux last updated December 1, 2012Linux Change Password
in Categories BASH Shell, Commands, Linux last updated July 29, 2013How to: Ubuntu / Debian Linux Regenerate OpenSSH Host Keys
in Categories Debian / Ubuntu, Linux, Networking, OpenBSD, Package Management, RedHat and Friends, Ubuntu Linux last updated February 16, 2017Mac OS X Remove SSH Known Host
in Categories BASH Shell, Mac OS X last updated December 15, 2009I‘ve reinstalled Linux on remote server and now trying to connect it over ssh using Mac OS X:
ssh user@server1.example.com
But I’m getting an error which read as follows:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
5c:9b:16:56:a6:cd:11:10:3a:cd:1b:a2:91:cd:e5:1c.
Please contact your system administrator.
Add correct host key in /Users/user/.ssh/known_hosts to get rid of this message.
Offending key in /Users/user/.ssh/known_hosts:1
RSA host key for server1.example.com has changed and you have requested strict checking.
Host key verification failed.
How do I fix this problem under Mac OS X?