Remove RSA key for ssh


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ssh-keygen -R {server.example.com}
  2. ssh-keygen -R {ssh.server.ip.address}
  3. ssh-keygen -R server.example.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.