✌️Access server
You can connect to the Bare Metal GPU server using SSH keys or a password.
The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one server to another. To connect via SSH, make sure that all the necessary rules for incoming traffic are in the Network ACL settings set.
Console KVM
Navigate to AI Infrastructure and Metal Cloud in the sidebar to view the Server list
Choose a server in the list or view the details of a server
Click **Actions,**then Console,or Click Open at Console item in the Sever details page
Use the **default username:**clouduser and your password, which you entered when creating the server to log in.
SSH
The SSH key is selected when you create and deploy servers. Please refer to SSH key management.
Prerequisites before connecting from Windows 10
Open Windows Settings.
Go to the Apps & features section and click Optional features.
Find OpenSSH Client and click to expand the detailed description.
Click Install.
Wait for the installation to be completed. After SSH Client is installed, restart your computer to apply the settings correctly. SSH utility will become available for cmd.
Connect from Windows 10, Linux OS, macOS
Open the command prompt.
A password
SSH keys
ssh [email protected] -i "C:\Users\username\.ssh\id_rsa
In there:
Replace "username" with your username or the **default username (clouduser)**for the first login
Replace "192.168.1.92 with the Floating IP address of your server
Replace "C:\Users\username.ssh\id_rsa" with the path to your private key file in PEM format on your computer.
If you created a Bare Metal GPU server with only a private interface, create a floating IP address and use it when connecting to the Bare Metal over ssh.
The utility will warn you that you're trying to connect to an unknown device and ask if you want to continue. Type "yes" and press Enter.
(Step for connecting using a password only) enter the password you configured while creating the Bare Metal.
Use a Bastion host (jump server)
A jump host is an intermediate server between an originating machine and the Bare Metal GPU server you’re trying to connect to. It acts like a gate between two trusted networks: You can access a destination server, but only after the jump host has allowed access.
Create a Cloud instance with a subnet and a floating IP
Configure Security groups
Last updated
