Skip to content
sandi-devops edited this page Feb 18, 2025 · 1 revision

Welcome to the terraform-git wiki!

  • mkdir terraform-git
  • cd terraform-git
  • mkdir .ssh
  • cd .ssh pwd

SSH key create

  - ssh-keygen -t rsa -b 4096 -C "abc-test"
 /home/sandi/terraform-git/.ssh/id_rsa :/home/sandi/terraform-git/.ssh/id_rsa

  ssh-add id_rsa

cat ssh id_rsa.pub SSH public key add git account in SSH . git clone git add . git commit - "fits test commit" git push -u origin master

Clone this wiki locally