Вопрос есть в коллекциях
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
meimei1337





























