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 |
Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?
What is unix operating system used for?
How to terminate a shell script if statement?
How to find a file in unix?
What are the phases of swapping a page from the memory?
What is grep family in unix?
What is the difference between NFS 3 and NFS 4? What are new features added in NFS4?
What is unix in simple terms?
How to remove the last line/trailer from a file in Unix script?
Where is unix used today?
What do you understand by the term single user system?
How to display n-th line of a file in Unix?