InterviewSolution
| 1. |
What basics measures could you take to secure an ssh connection? For Linux users, it is frequent to access servers by ssh. But are we sure that the communication established is really good secured? |
|
Answer» DATA & system security is one of the biggest challenges today. We need to secure our system from all POSSIBLE vulnerabilities. The system should be on the basis of best practices EITHER adopted from and best practices either from approved vendors or from inhouse from experts. SSSH has secured shell services used to connect a Linux system in a secured manner. SSH is is the most common tool for a system administrator for better system management and security. SSH gives some advance FEATURES that need proper knowledge and expertise to use. SSH gives more feature to the user. Some of the very SIMPLE steps to secure ssh services as below:-
|
|