InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following feature was present in SSH protocol, version 1?(a) password changing(b) periodic replacement of session keys(c) support for public-key certificates(d) none of the mentionedI have been asked this question in an interview for internship.Origin of the question is SSH topic in portion Application Layer of Computer Network |
|
Answer» RIGHT answer is (d) none of the MENTIONED Explanation: All of the mentioned features are provided by SSH-2 and that SSH-1 only provide STRONG authentication and GUARANTEE confidentiality. |
|