Advertisement
redhottsili

git_ssh_auth

Oct 16th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. sudo apt update
  2. sudo apt install openssh-client -y
  3. ssh-keygen -t rsa -P '' -C ''
  4. cat ~/.ssh/id_rsa.pub
  5. read -p "Press [Enter] to continue
  6. git clone [email protected]:v3/nexxbiz/infrastructure/nexxbiz-azure-terraform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement