SSH Access - Generating a Public/Private Key Using a Public/Private key to authenticate when logging into SSH can provide added convenience or added security. The Public/Private key can be used in place of a password so…
SSH Access - Generating a Public/Private Key
Letzte Aktualisierung: April 2026
Lesezeit: ca. 2 Min.
Zielgruppe: Boxis-Kunden und Administratoren.
Was Sie erreichen
- Sie führen die beschriebene Konfiguration oder Aufgabe für Ihren Boxis-Dienst aus.
Voraussetzungen
- Zugriff auf die beschriebene Oberfläche, das Gerät oder den Server.
- Informationen oder Zugangsdaten von Boxis (Vertrag, Willkommens-E-Mail oder Kundenbereich).
Hinweis Boxis: Angebote und Ansichten können abweichen. Bei Unklarheiten Ticket mit Service-Referenz öffnen.
SSH Access - Generating a Public/Private Key
Using a Public/Private key to authenticate when logging into SSH can provide added convenience or added security. The Public/Private key can be used in place of a password so that no username/password is required to connect to the server via SSH. Instead the unique public and private key provide the secure authentication. It is advised that the key uses a different password from your cPanel password.
Generating the Key
- Login to your cPanel
- Choose SSH / Shell Access, in the Security section.
- Click Manage SSH Keys
- Choose to Generate a new Key
- Enter a new Key password.
- Choose DSA or RSA for the type. It is recommend that you choose RSA.
- Choose a Key size, it is recommend to use 2048 or higher.
- Click Generate Key
- Click the Go Back button.
Authorize the Key
Authorizing the key will add the public key to the authorized_keys file.
- Click Manage Authorization
- Click the Authorize button for your newly created key.
- Click Go Back to return to the main page.
Private Key
The private key needs to be stored on your local computer.
- To the right of your private key, click View/Download.
- Click the Download Key button to download the private key.
- If on Linux or Mac OS copy the id_dsa file to your ~/.ssh folder.
- On Windows you will want to move it some place safe.
Using your new key
Windows
For Windows please see Using SSH on Windows (PuTTY)
Linux or Mac OS
ssh username@IP
Enter passphrase for key '~/.ssh/id_dsa':After entering the passphrase you will be connected to the server.
Erwartetes Ergebnis
- Der Dienst verhält sich wie in den Schritten beschrieben.
Bei Problemen
- Schritt wiederholen, Tippfehler prüfen (Hostnamen, Passwörter, Ports).
- Fehlermeldung oder Screenshot notieren.
Ticket im Kundenbereich mit Dienstname, Uhrzeit und ggf. Traceroute bei Netzwerkthemen.
Siehe auch
- Weitere Artikel derselben Kategorie in der Boxis-Wissensdatenbank.
/knowledgebase/— Startseite der Wissensdatenbank.