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

Replace old IP with New one in Direct Admin

./ipswap.sh Old_IP  New_IP for example:  ./ipswap.sh 35.224.2.88 104.197.113.37