SSH keys provide secure, passwordless authentication for terminal and SFTP connections to your account.
Add an SSH public key
- Generate a key pair on your computer with
ssh-keygenif you do not have one. - Go to Advanced Features → SSH Keys (or SSH Key Management).
- Click Add Key.
- Paste your public key (the
.pubfile contents). - Save the key.
Connect via SSH
- Host: your server hostname or IP
- Port: 22 (or the port shown in your account)
- User: your DirectAdmin username
SSH access may require a hosting plan that includes shell access. Never share your private key — only the public key belongs on the server.