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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *