Passwordless SSH Authorization on Linux

  • Delete all files from => rm -rf  root/.ssh/ *
  • Generate Key => ssh-keygen -t rsa -N “”
  • Cope script on Second Server => scp root@192.168.1.3:/root/
  • cd /root/.ssh
  • cat /root/id_rsa.pub > authorized_keys 

2 thoughts on “Passwordless SSH Authorization on Linux”

  1. Pingback: Zimbra Desktop Installation on Ubuntu - henyhely.in

  2. Pingback: Reset GNOME Keyring Password on Ubuntu - henyhely.in

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top