Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Recommended SSH connection method
We recommend using SSH key authentication for connecting to your Bare Metal servers. SSH keys provide better security compared to password authentication. To set up SSH key authentication:- Generate SSH keys or use existing ones.
- Add your public key to the Gcore Customer Portal.
- Select the key when creating a Bare Metal server.
Add multiple SSH keys to a resource
To allow multiple users or devices to access the same server, add several SSH keys through the Gcore Customer Portal when creating a Bare Metal server. In the SSH key section, select multiple keys from your saved keys list. To add more keys to your account, see Add a public SSH key to the Customer Portal.Cannot log in as root. Permission denied error
Gcore platform images have root SSH login disabled by default for security reasons. The default username depends on the operating system. When creating a server, the portal displays the correct username in the formatssh [username]@ipaddress.
| Operating system | Default username |
|---|---|
| Ubuntu | ubuntu |
| Debian | debian |
| Fedora | fedora |
| CentOS | cloud-user |
| Fedora-CoreOS | core |
[login]@[ip-of-your-server].
After connecting with the default user, you can switch to root:
InfoCustom images may have different default usernames or allow root login. Check with the image provider for specific access credentials.
No password received via email
Gcore does not send server credentials via email. By default, Bare Metal servers only accept SSH key authentication. If you need console password access, configure a password during server creation. For details, see Set a password for a Virtual Machine.Lost SSH key and cannot connect
If you lost your private SSH key:-
If you configured a password during server creation: Access the server via console and add a new public key to
~/.ssh/authorized_keys. - If no password was configured: You will need to reinstall the server with a new SSH key.