1597 Views
Security
Setting Up SSH Key Authentication
Enhance security by using SSH keys instead of passwords
SSH Key Authentication
Generate SSH Key:
ssh-keygen -t rsa -b 4096Copy to Server:
ssh-copy-id root@your-server-ipDisable password authentication in /etc/ssh/sshd_config.