Bachelorarbeit, 2020
55 Seiten, Note: 1.7
The SSH Configuration Interface (SSH CI) aims to streamline the process of managing SSH access for numerous clients. It addresses the challenge of increasing administrative workload associated with a growing number of users requiring SSH access. The thesis explores the design and implementation of a client-server application that simplifies user authentication and key management, reducing the need for server administration intervention.
The main keywords and focus topics of this thesis include SSH, client-server architecture, user authentication, key management, LDAP, multitier architecture, security, Google reCaptcha, open-redirect attack, and efficient server administration.
The SSH CI is a client-server application designed as a "student self-service portal." It allows users to upload their public SSH keys directly to a server, automating access management and reducing administrative workload.
It uses a pair of cryptographic keys: a public key stored on the server and a private key kept by the user. This method is more secure and flexible than traditional passwords, as access can be easily revoked by deleting the public key.
LDAP (Lightweight Directory Access Protocol) is used as the persistence layer because it is optimized for read-heavy operations and directory-style data, making it suitable for managing user identities and authentication.
The multitier architecture separates the front-end, back-end, and persistence layers. This improves scalability, security, and maintainability by isolating different functional parts of the application.
The implementation includes Google reCaptcha v3, which helps identify and block bot activities without requiring user interaction, enhancing the overall security of the portal.
An open-redirect attack involves tricking a user into being redirected to a malicious website. The SSH CI includes security measures to validate redirection targets and prevent such vulnerabilities.
Der GRIN Verlag hat sich seit 1998 auf die Veröffentlichung akademischer eBooks und Bücher spezialisiert. Der GRIN Verlag steht damit als erstes Unternehmen für User Generated Quality Content. Die Verlagsseiten GRIN.com, Hausarbeiten.de und Diplomarbeiten24 bieten für Hochschullehrer, Absolventen und Studenten die ideale Plattform, wissenschaftliche Texte wie Hausarbeiten, Referate, Bachelorarbeiten, Masterarbeiten, Diplomarbeiten, Dissertationen und wissenschaftliche Aufsätze einem breiten Publikum zu präsentieren.
Kostenfreie Veröffentlichung: Hausarbeit, Bachelorarbeit, Diplomarbeit, Dissertation, Masterarbeit, Interpretation oder Referat jetzt veröffentlichen!

