final commit of jun-19

This commit is contained in:
govardhan
2025-06-19 20:19:21 +05:30
parent bf8a451bc6
commit d43218fe31
244 changed files with 1574 additions and 4560 deletions

View File

@ -1,4 +1,4 @@
Can I change my password through RDP on CloudFerro Cloud?[🔗](#can-i-change-my-password-through-rdp-on-brand-name "Permalink to this headline")
Can I change my password through RDP on 3Engines 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 CloudFerro Cloud hosting account with access to the Horizon interface: <https://portal.cloudferro.com/>.
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://portal.3Engines.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 CloudFerro 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 3Engines 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,7 +11,7 @@ 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 CloudFerro Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-CloudFerro-Cloud.html.md)
* 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 password for the Administrator account has been changed via the OpenStack dashboard console
* Your VMs are assigned the following security group: allow\_ping\_ssh\_icmp\_rdp

View File

@ -1,7 +1,7 @@
How to Create SSH Key Pair in Windows 11 On CloudFerro 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 3Engines 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 CloudFerro 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 3Engines 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 CloudFerro Cloud](How-To-Create-SSH-Key-Pair-In-Windows-On-CloudFerro-Cloud.html.md)
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.
Learn more here:
[How to add SSH key from Horizon web console on CloudFerro Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-CloudFerro-Cloud.html.md)
[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)
Once youve done it, you can create a new virtual machine on CloudFerro Cloud cloud and authenticate with your key pair:
Once youve done it, you can create a new virtual machine on 3Engines Cloud cloud and authenticate with your key pair:
[How to create a Linux VM and access it from Windows desktop on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-CloudFerro-Cloud.html.md)
[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)
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 CloudFerro 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 3Engines 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 CloudFerro Cloud server.
Finally, run **ssh-keygen** to generate the public and private keys for SSH access to the 3Engines 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 CloudFerro Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-CloudFerro-Cloud.html.md)
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)
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 CloudFerro Cloud](../networking/How-to-add-SSH-key-from-Horizon-web-console-on-CloudFerro-Cloud.html.md)
[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)
To connect to the server from Windows:
[How to connect to a virtual machine via SSH from Windows 10 Command Prompt on CloudFerro Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-CloudFerro-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 access a VM from Windows PuTTY on CloudFerro Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-CloudFerro-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)

View File

@ -1,9 +1,9 @@
How to access a VM from Windows PuTTY on CloudFerro 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 3Engines 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 CloudFerro Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-CloudFerro-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)
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 CloudFerro 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 3Engines 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 OpenStack Dashboard on CloudFerro Cloud](../cloud/How-to-create-key-pair-in-OpenStack-Dashboard-on-CloudFerro-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 OpenStack Dashboard on 3Engines Cloud](../cloud/How-to-create-key-pair-in-OpenStack-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 CloudFerro Cloud](../cloud/How-to-create-new-Linux-VM-in-OpenStack-Dashboard-Horizon-on-CloudFerro-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))
A floating IP was assigned to your VM. ([How to Add or Remove Floating IPs to your VM on CloudFerro Cloud](../networking/How-to-Add-or-Remove-Floating-IPs-to-your-VM-on-CloudFerro-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))
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 CloudFerro Cloud](How-to-access-a-VM-from-Windows-PuTTY-on-CloudFerro-Cloud.html.md)
* [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on CloudFerro Cloud](Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-CloudFerro-Cloud.html.md)
* [How to connect to a virtual machine via SSH from Windows 10 Command Prompt on CloudFerro Cloud](How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-CloudFerro-Cloud.html.md)
* [How to Create SSH Key Pair in Windows 10 On CloudFerro Cloud](How-To-Create-SSH-Key-Pair-In-Windows-On-CloudFerro-Cloud.html.md)
* [Can I change my password through RDP on CloudFerro Cloud?](Can-I-change-my-password-through-RDP-on-CloudFerro-Cloud.html.md)
* [How to Create SSH Key Pair in Windows 11 On CloudFerro Cloud](How-To-Create-SSH-Key-Pair-In-Windows-11-On-CloudFerro-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)
* [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)