brand changed

This commit is contained in:
govardhan
2025-07-04 09:34:25 +05:30
parent 1ee37aea8b
commit faadd4e38d
129 changed files with 1069 additions and 1068 deletions

View File

@ -11,9 +11,9 @@ This method is especially useful if you fear that your RDP connection might be c
* Linux virtual machine with SSH access - bastion host
* Windows virtual machine located in the same network as the bastion host
* The private key downloaded from OpenStack dashboard converted from .pem to .ppk format (using “PuTTYgen”) - for information on how to do this please see [How to access a VM from Windows PuTTY on 3Engines Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-3Engines-Cloud.html.md)
* The private key downloaded from 3Engines dashboard converted from .pem to .ppk format (using “PuTTYgen”) - for information on how to do this please see [How to access a VM from Windows PuTTY on 3Engines Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-3Engines-Cloud.html.md)
* The password for the Administrator account has been changed via the OpenStack dashboard console
* The password for the Administrator account has been changed via the 3Engines dashboard console
* Your VMs are assigned the following security group: allow\_ping\_ssh\_icmp\_rdp
![conn01.png](../_images/conn01.png)
@ -65,7 +65,7 @@ Set the username as “Administrator”.
![conn07b.png](../_images/conn07b.png)
Click “Connect” and enter your VMs administrator password (the one youve set in the OpenStack console).
Click “Connect” and enter your VMs administrator password (the one youve set in the 3Engines console).
![conn08b.png](../_images/conn08b.png)

View File

@ -153,7 +153,7 @@ What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
For Windows 10, see this guide: [How to Create SSH Key Pair in Windows 10 On 3Engines Cloud](How-To-Create-SSH-Key-Pair-In-Windows-On-3Engines-Cloud.html.md)
To be able to easily add your new public key to VMs you might create in the future, upload it to OpenStack. Thanks to that, you will be able to use it to authenticate to VMs which support it.
To be able to easily add your new public key to VMs you might create in the future, upload it to 3Engines. Thanks to that, you will be able to use it to authenticate to VMs which support it.
Learn more here:

View File

@ -4,9 +4,9 @@ How to connect to a virtual machine via SSH from Windows 10 Command Prompt on 3E
Requirements[🔗](#requirements "Permalink to this headline")
-----------------------------------------------------------
The private and public keys were created and saved on the local disk of your computer. ([How to create key pair in OpenStack Dashboard on 3Engines Cloud](../cloud/How-to-create-key-pair-in-OpenStack-Dashboard-on-3Engines-Cloud.html.md))
The private and public keys were created and saved on the local disk of your computer. ([How to create key pair in 3Engines Dashboard on 3Engines Cloud](../cloud/How-to-create-key-pair-in-3Engines-Dashboard-on-3Engines-Cloud.html.md))
During the virtual machine creation procedure, the generated key was attached. ([How to create new Linux VM in OpenStack Dashboard Horizon on 3Engines Cloud](../cloud/How-to-create-new-Linux-VM-in-OpenStack-Dashboard-Horizon-on-3Engines-Cloud.html.md))
During the virtual machine creation procedure, the generated key was attached. ([How to create new Linux VM in 3Engines Dashboard Horizon on 3Engines Cloud](../cloud/How-to-create-new-Linux-VM-in-3Engines-Dashboard-Horizon-on-3Engines-Cloud.html.md))
A floating IP was assigned to your VM. ([How to Add or Remove Floating IPs to your VM on 3Engines Cloud](../networking/How-to-Add-or-Remove-Floating-IPs-to-your-VM-on-3Engines-Cloud.html.md))