brand changes have been done

This commit is contained in:
govardhan
2025-08-16 08:07:54 +05:30
parent 1c47d19842
commit 365216ccd8
1557 changed files with 2289 additions and 17403 deletions

View File

@ -1,4 +1,4 @@
Can I change my password through RDP on 3Engines Cloud?[🔗](#can-i-change-my-password-through-rdp-on-brand-name "Permalink to this headline")
Can I change my password through RDP on connectVM Cloud?[🔗](#can-i-change-my-password-through-rdp-on-brand-name "Permalink to this headline")
==============================================================================================================================================
In short: No, this is not possible. You have to be logged in when you want to change your password. Security measures requiring you to change your password on first login are not working with RDP and have to be disabled on administrative level.
@ -15,7 +15,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Account**
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://portal.3Engines.com/>.
You need a connectVM Cloud hosting account with access to the Horizon interface: <https://portal.connectVM.com/>.
No. 2 **Windows VM**

View File

@ -1,4 +1,4 @@
Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on 3Engines Cloud[🔗](#connecting-to-a-windows-vm-via-rdp-through-a-linux-bastion-host-port-forwarding-on-brand-name "Permalink to this headline")
Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on connectVM Cloud[🔗](#connecting-to-a-windows-vm-via-rdp-through-a-linux-bastion-host-port-forwarding-on-brand-name "Permalink to this headline")
===================================================================================================================================================================================================================================
If you want to increase the security of your Windows VMs while connecting to them via RDP, you might want to use the method described in this article. It involves connecting to your Windows VM not directly through RDP, but through another virtual machine running Linux known as the “bastion host”. In this case, the RDP connection gets tunneled through SSH and is not directly visible to others.
@ -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 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 private key downloaded from connectVM 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 connectVM Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-connectVM-Cloud.html.md)
* The password for the Administrator account has been changed via the 3Engines dashboard console
* The password for the Administrator account has been changed via the connectVM 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 3Engines console).
Click “Connect” and enter your VMs administrator password (the one youve set in the connectVM console).
![conn08b.png](../_images/conn08b.png)

View File

@ -1,7 +1,7 @@
How to Create SSH Key Pair in Windows 11 On 3Engines Cloud[🔗](#how-to-create-ssh-key-pair-in-windows-11-on-brand-name "Permalink to this headline")
How to Create SSH Key Pair in Windows 11 On connectVM Cloud[🔗](#how-to-create-ssh-key-pair-in-windows-11-on-brand-name "Permalink to this headline")
=====================================================================================================================================================
This guide will show you how to generate an SSH key pair in Windows 11 using OpenSSH. You will then be able to use that key pair to control appropriately configured virtual machines hosted on 3Engines Cloud cloud.
This guide will show you how to generate an SSH key pair in Windows 11 using OpenSSH. You will then be able to use that key pair to control appropriately configured virtual machines hosted on connectVM Cloud cloud.
This article only covers the basics of this function and assumes that you will not change the names of generated keys.
@ -151,16 +151,16 @@ If you want to see the full extensions of files, including **.pub**, click **Vie
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)
For Windows 10, see this guide: [How to Create SSH Key Pair in Windows 10 On connectVM Cloud](How-To-Create-SSH-Key-Pair-In-Windows-On-connectVM-Cloud.html.md)
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.
To be able to easily add your new public key to VMs you might create in the future, upload it to connectVM. Thanks to that, you will be able to use it to authenticate to VMs which support it.
Learn more here:
[How to add SSH key from Horizon web console on 3Engines Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-3Engines-Cloud.html.md)
[How to add SSH key from Horizon web console on connectVM Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-connectVM-Cloud.html.md)
Once youve done it, you can create a new virtual machine on 3Engines Cloud cloud and authenticate with your key pair:
Once youve done it, you can create a new virtual machine on connectVM Cloud cloud and authenticate with your key pair:
[How to create a Linux VM and access it from Windows desktop on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-3Engines-Cloud.html.md)
[How to create a Linux VM and access it from Windows desktop on connectVM Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-connectVM-Cloud.html.md)
The following articles cover how to connect to virtual machines via SSH once theyve already been created:

View File

@ -1,4 +1,4 @@
How to Create SSH Key Pair in Windows 10 On 3Engines Cloud[🔗](#how-to-create-ssh-key-pair-in-windows-10-on-brand-name "Permalink to this headline")
How to Create SSH Key Pair in Windows 10 On connectVM Cloud[🔗](#how-to-create-ssh-key-pair-in-windows-10-on-brand-name "Permalink to this headline")
=====================================================================================================================================================
This guide will show you how to generate an SSH key pair in Windows 10 using OpenSSH.
@ -45,7 +45,7 @@ Step 2: Open Command Prompt[🔗](#step-2-open-command-prompt "Permalink to this
Step 3: Use OpenSSH to Generate an SSH Key Pair[🔗](#step-3-use-openssh-to-generate-an-ssh-key-pair "Permalink to this headline")
--------------------------------------------------------------------------------------------------------------------------------
Finally, run **ssh-keygen** to generate the public and private keys for SSH access to the 3Engines Cloud server.
Finally, run **ssh-keygen** to generate the public and private keys for SSH access to the connectVM Cloud server.
1. In command prompt, type the following:
@ -79,14 +79,14 @@ The image shows default values of files for private and public keys, in files **
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
-----------------------------------------------------------------
For Windows 11, see this guide: [How to Create SSH Key Pair in Windows 11 On 3Engines Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-3Engines-Cloud.html.md)
For Windows 11, see this guide: [How to Create SSH Key Pair in Windows 11 On connectVM Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-connectVM-Cloud.html.md)
Put your public key on remote server and use your private key to authorize to your VM. To add the public key to remote server see
[How to add SSH key from Horizon web console on 3Engines Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-3Engines-Cloud.html.md)
[How to add SSH key from Horizon web console on connectVM Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-connectVM-Cloud.html.md)
To connect to the server from Windows:
[How to connect to a virtual machine via SSH from Windows 10 Command Prompt on 3Engines Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-3Engines-Cloud.html.md)
[How to connect to a virtual machine via SSH from Windows 10 Command Prompt on connectVM Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-connectVM-Cloud.html.md)
[How to access a VM from Windows PuTTY on 3Engines Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-3Engines-Cloud.html.md)
[How to access a VM from Windows PuTTY on connectVM Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-connectVM-Cloud.html.md)

View File

@ -1,9 +1,9 @@
How to access a VM from Windows PuTTY on 3Engines Cloud[🔗](#how-to-access-a-vm-from-windows-putty-on-brand-name "Permalink to this headline")
How to access a VM from Windows PuTTY on connectVM Cloud[🔗](#how-to-access-a-vm-from-windows-putty-on-brand-name "Permalink to this headline")
===============================================================================================================================================
The link below shows how to generate and add rsa key pairs:
[How to connect to a virtual machine via SSH from Windows 10 Command Prompt on 3Engines Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-3Engines-Cloud.html.md)
[How to connect to a virtual machine via SSH from Windows 10 Command Prompt on connectVM Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-connectVM-Cloud.html.md)
In this tutorial key.pem is equivalent to the id\_rsa file that we obtain in a zip package after the key generation process.

View File

@ -1,14 +1,14 @@
How to connect to a virtual machine via SSH from Windows 10 Command Prompt on 3Engines Cloud[🔗](#how-to-connect-to-a-virtual-machine-via-ssh-from-windows-10-command-prompt-on-brand-name "Permalink to this headline")
How to connect to a virtual machine via SSH from Windows 10 Command Prompt on connectVM Cloud[🔗](#how-to-connect-to-a-virtual-machine-via-ssh-from-windows-10-command-prompt-on-brand-name "Permalink to this headline")
=========================================================================================================================================================================================================================
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 3Engines Dashboard on 3Engines Cloud](../cloud/How-to-create-key-pair-in-3Engines-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 connectVM Dashboard on connectVM Cloud](../cloud/How-to-create-key-pair-in-connectVM-Dashboard-on-connectVM-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))
During the virtual machine creation procedure, the generated key was attached. ([How to create new Linux VM in connectVM Dashboard Horizon on connectVM Cloud](../cloud/How-to-create-new-Linux-VM-in-connectVM-Dashboard-Horizon-on-connectVM-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))
A floating IP was assigned to your VM. ([How to Add or Remove Floating IPs to your VM on connectVM Cloud](../networking/How-to-Add-or-Remove-Floating-IPs-to-your-VM-on-connectVM-Cloud.html.md))
Check in “Installed features” if the OpenSSH client is installed, if not click **Add a feature**, search for **OpenSSH client** and install it.

View File

@ -2,9 +2,9 @@
## Available Documentation
* [How to access a VM from Windows PuTTY on 3Engines Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-3Engines-Cloud.html.md)
* [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on 3Engines Cloud](Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-3Engines-Cloud.html.md)
* [How to connect to a virtual machine via SSH from Windows 10 Command Prompt on 3Engines Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-3Engines-Cloud.html.md)
* [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)
* [Can I change my password through RDP on 3Engines Cloud?](Can-I-change-my-password-through-RDP-on-3Engines-Cloud.html.md)
* [How to Create SSH Key Pair in Windows 11 On 3Engines Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-3Engines-Cloud.html.md)
* [How to access a VM from Windows PuTTY on connectVM Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-connectVM-Cloud.html.md)
* [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on connectVM Cloud](Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-connectVM-Cloud.html.md)
* [How to connect to a virtual machine via SSH from Windows 10 Command Prompt on connectVM Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-connectVM-Cloud.html.md)
* [How to Create SSH Key Pair in Windows 10 On connectVM Cloud](How-To-Create-SSH-Key-Pair-In-Windows-On-connectVM-Cloud.html.md)
* [Can I change my password through RDP on connectVM Cloud?](Can-I-change-my-password-through-RDP-on-connectVM-Cloud.html.md)
* [How to Create SSH Key Pair in Windows 11 On connectVM Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-connectVM-Cloud.html.md)