This article provides a guide for importing SSH keys to CentOS 7 VPS server or Dedicated Server.
Importing SSH Keys
Follow the steps provided to import SSH keys on CentOS 7 server:
- Login to the remote CentOS 7 server as root user.
- Run the following command via SSH:
ssh-copy-id username@remote_host
Where,
username
represents the User to authorize SSH keys onremote_host
, the host on which to import the SSH keys