Using SSH ________ is a recommended method for secure authentication in Git.
- keys
- handshake
- certificates
- protocols
In Git, using SSH keys is a recommended method for secure authentication. SSH keys involve the use of asymmetric cryptography to secure the communication between the local and remote repositories.
Loading...
Related Quiz
- An essential lesson from Git failures is the need for robust ________ in enterprise environments.
- What is a common challenge when scaling Git for enterprise use?
- The process of systematically checking commits to find a bug using git ________ is known as bisecting.
- When setting up a new remote repository, the command git remote add origin _______ is used.
- The git _______ command can be used to temporarily store uncommitted changes and clear the working directory.