Use ssh key login remote server
Using SSH keys for logging into remote hosts instead of passwords
Normally, logging into a server involves using a username and password,
but passwords can be compromised through interception or sharing.
The security level is not as robust as using SSH keys, which also eliminate the need for manual password entry each time.