Sunday, October 25, 2015

Okta-Create a Security Token


  • Navigate to Okta console.
  • Navigate to API, to create a token



  • On Clicking the Create Token button, enter the Token Name
























  • Toke is created

























  • click on "OK, got it"

Use SSH Keys to clone GIT Repository using SSH

  1. Generate a New SSH Key Pair bash ssh-keygen -t rsa -b 4096 -C "HSingh@MindTelligent.com" -t rsa specifies the type of key (...