ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

312 / 375

Question 312:

You need to design an authentication strategy for one of your applications which would interact with Azure DevOps service hosted in the cloud. 
You decided to use SSH key authentication to connect securely. You cloned the Git repository using the clone URL ‘git@ssh.dev.azure.com:v4/testCompany/testComProject’. You want to use the keys ssh/id_testCom_rsa and ssh/id_testCom_rsa.pub that are placed in a folder named ‘testcomp’ in a windows machine. Choose an option from below which is not a mandatory step to use the keys?

Answer options:

A.Run the command ssh-keygen -l -E md5 -f ~/.ssh/ id_testCom_rsa.pub
B.Run the command ssh-add /testcomp/.ssh/id_testCom_rsa
C.Run the command start-ssh-agent.cmd
D.Restrict the permissions of the folder ‘testcomp’ in a way that only you read or edit