What is difference between ssh v1 and ssh v2?
Answer / Ajeet Chaudhary
SSH v1 (Secure Shell version 1) and SSH v2 (Secure Shell version 2) have several differences, the main ones being:
1. Security: SSH v2 is more secure than SSH v1 due to improved encryption methods, elimination of known vulnerabilities in SSH v1, and support for stronger encryption algorithms.
2. Protocols: SSH v1 uses the SCP (Secure Copy Protocol) and SFTP (SSH File Transfer Protocol) for file transfer, while SSH v2 uses SFTP exclusively.
3. Key exchange: SSH v1 uses Diffie-Hellman Group 1 for key exchange, which is considered weak, whereas SSH v2 supports stronger Diffie-Hellman groups.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the core of unix operating system?
What is unix directory structure?
How to terminate a shell script if statement?
What is the best free unix based os?
How do you determine and set the path in unix?
What is the full meaning of unix?
What are the core concepts of unix
What are links and symbolic links in UNIX file system?
Which language unix is written?
Is unix more secure than windows?
Explain what are the unix system calls for i/o?
Which mode executes the fault handler?