M S Nishaanthblog.nishaanth.comยทFeb 18, 2024Run your App in instance AWS or AZURE or any other instanceWays: 1. Github Generating a new SSH key ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Adding your SSH key to the ssh-agent eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa Expected O/P: Adding a new SSH key to your account cat ~/.ssh/id_rsa...instanceAdd a thoughtful commentNo comments yetBe the first to start the conversation.