What is false about the challenge-response method, used in ssh?
(Отметьте один правильный вариант ответа.)
Варианты ответа
To initiate an ssh connection, ssh sends your private key to the sshd process on the remote system(Верный ответ)
Method is used for authentication
The remote system uses a copy of this key to encrypt a random text, a challenge, which it sends back to your system
Only your system can decode the challenge