Monday, September 19, 2022

How to use multiple SSH key for same user by adding to ssh agent

Generate you ssh public key 

cd ~/.ssh && ssh-keygen

eval $(ssh-agent -s)

ssh-add ~/.ssh/id_rsa

No comments:

Post a Comment

Resetting the DirectAdmin Password via SSH:

  Resetting the Password via SSH: Access the server as root:   Use an SSH program like PuTTY to connect to your server as the root user.   R...