Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
ssh-keygen -t ed25519 -b 256
/home/user/ ssh/fedora_vps
) then upload the public key withssh-copy-id -i ~/.ssh/fedora_vps.pub user@ip
/etc/ssh/sshd_config
withnano /etc/ssh/sshd_config
PasswordAuthentication no
and PubkeyAuthentication yes
Restart SSH withsystemctl restart sshd
ssh -i ~/.ssh/fedora_vps user@ip
firewall-cmd --add-service=ssh --permanent