--- tags: MIS --- ## Setup SSH AWS 1. Genereate SSH key ``` ssh-keygen .ssh/codecommit_rsa ```   2. Go to IAM to upload SSH Key    3. **create config file at ".ssh/config"**   ``` Host git-codecommit.*.amazonaws.com User APKAUED6FIWPY2CHQRMZ IdentityFile ~/.ssh/codecommit_rsa ``` 4. Set and verify ssh connection (enter yes on question) ``` ssh git-codecommit.ap-northeast-1.amazonaws.com ```  ``` ssh -v git-codecommit.ap-northeast-1.amazonaws.com ```  Then you are good to go!! # Setup SSH * Generate ssh with gitbash: ``` ssh-keygen ``` * fine .ssh folder  * update .gitconfig  * update tortoisegit  ``` C:\Program Files\Git\usr\bin\ssh.exe ``` * update .git\config  # Setup SSH for github `ssh-keygen -C "BenTina0611@gmail.com"` # Add public key to github    # Test your SSH connection: Back in PowerShell, enter the following command: ssh -T git@github.com # Clone Repo  **git.exe clone --progress**` -v "git@github.com:Taco-Tina/vchatArtifact.git" "C:\temp\vchatArtifact"`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up