What is difference between SSH V1 and SSH V2? What are
drawbacks of SSH V2?
Answer / nandisha kn
V1: less secure ,
lacks a strong mechanism for ensuring the
integrity of the connection.
if machine name user ogged in from is present in one of the
follwing file then connection is established.
$HOME/.rhosts, $HOME/.shosts, /etc/hosts.equiv, or
/etc/shosts.equiv,
V2:More secure
provides additional mechanisms for confidential-
ity
| Is This Answer Correct ? | 5 Yes | 0 No |
What language is unix written?
What a pipe?
Name the different file types available with unix.
How to null a file in unix?
What is the difference between an absolute path and a relative path in unix?
How to terminate a shell script if statement?
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?
What is typeset in unix?
How to create files in unix?
What is buffer header unix?
Give a brief idea about representation of devices in unix.
How to print/display the last line of a file in Unix?