link icon replaced
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
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 CloudFerro 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.
|
||||
This article will show you how to create and configure a new account which can access the VM using RDP without the need to immediately change the password.
|
||||
|
||||
What We Are Going To Cover[](#what-we-are-going-to-cover "Permalink to this headline")
|
||||
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
> * Creating an account on administrative level
|
||||
> * Configuring the account for remote access
|
||||
|
||||
Prerequisites[](#prerequisites "Permalink to this headline")
|
||||
Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
-------------------------------------------------------------
|
||||
|
||||
No. 1 **Account**
|
||||
@ -21,7 +21,7 @@ No. 2 **Windows VM**
|
||||
|
||||
You need a running Windows VM with Remote Access allowed, an Administrator account, and basic Windows knowledge.
|
||||
|
||||
Step 1: Microsoft Management Console (mmc)[](#step-1-microsoft-management-console-mmc "Permalink to this headline")
|
||||
Step 1: Microsoft Management Console (mmc)[🔗](#step-1-microsoft-management-console-mmc "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Log in as administrator, click on the Windows icon and type “mmc”.
|
||||
@ -34,7 +34,7 @@ Confirm the question with “Yes”, select File -> Add/Remove Snap-in…
|
||||
|
||||
Chose the snap-in “Local Users and Groups”, click “Add >”, “Finish”, and “OK” in the successive windows.
|
||||
|
||||
Step 2: Create and configure a user account[](#step-2-create-and-configure-a-user-account "Permalink to this headline")
|
||||
Step 2: Create and configure a user account[🔗](#step-2-create-and-configure-a-user-account "Permalink to this headline")
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Expand the snap-in and open the “Users” folder. There are already some default accounts available.
|
||||
@ -61,7 +61,7 @@ If everything was done right, the selected group is now listed. Click “Apply
|
||||
|
||||

|
||||
|
||||
What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
-----------------------------------------------------------------
|
||||
|
||||
You have successfully created a new user account and configured this account for remotely using the VM.
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
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 CloudFerro 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.
|
||||
|
||||
This method is especially useful if you fear that your RDP connection might be compromised or if using RDP without additional security measures is illegal. It also allows you to use a single floating IP address to connect to multiple Windows VMs.
|
||||
|
||||
**Requirements:**[](#requirements "Permalink to this headline")
|
||||
**Requirements:**[🔗](#requirements "Permalink to this headline")
|
||||
----------------------------------------------------------------
|
||||
|
||||
* Linux virtual machine with SSH access - bastion host
|
||||
@ -18,7 +18,7 @@ This method is especially useful if you fear that your RDP connection might be c
|
||||
|
||||

|
||||
|
||||
Step 1. Information required to establish connection with the bastion host.[](#step-1-information-required-to-establish-connection-with-the-bastion-host "Permalink to this headline")
|
||||
Step 1. Information required to establish connection with the bastion host.[🔗](#step-1-information-required-to-establish-connection-with-the-bastion-host "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Launch PuTTY and change the settings according to the instructions:
|
||||
@ -49,14 +49,14 @@ Provide the name of the session and save your config to avoid repeating the whol
|
||||
|
||||

|
||||
|
||||
Step 2. Open connection in PuTTy[](#step-2-open-connection-in-putty "Permalink to this headline")
|
||||
Step 2. Open connection in PuTTy[🔗](#step-2-open-connection-in-putty "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------------------------
|
||||
|
||||
Click “Open” to establish the connection.
|
||||
|
||||

|
||||
|
||||
Step 3. Start an RDP session to localhost to reach the destination server[](#step-3-start-an-rdp-session-to-localhost-to-reach-the-destination-server "Permalink to this headline")
|
||||
Step 3. Start an RDP session to localhost to reach the destination server[🔗](#step-3-start-an-rdp-session-to-localhost-to-reach-the-destination-server "Permalink to this headline")
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Set *localhost address:port* selected in step 2 (in this case it is either 127.0.0.1:8888 or localhost:8888 - you can choose whatever you prefer).
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
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 CloudFerro 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 article only covers the basics of this function and assumes that you will not change the names of generated keys.
|
||||
|
||||
Prerequisites[](#prerequisites "Permalink to this headline")
|
||||
Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
-------------------------------------------------------------
|
||||
|
||||
No. 1 **Local computer running Windows 11**
|
||||
|
||||
We assume that you have a local computer which runs Windows 11. This article does **not** cover the Windows Server family of operating systems.
|
||||
|
||||
Step 1: Verify whether OpenSSH Client is installed[](#step-1-verify-whether-openssh-client-is-installed "Permalink to this headline")
|
||||
Step 1: Verify whether OpenSSH Client is installed[🔗](#step-1-verify-whether-openssh-client-is-installed "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Open the Command Prompt (**cmd.exe**).
|
||||
@ -40,7 +40,7 @@ operable program or batch file.
|
||||
|
||||
it means that SSH client is not installed on your machine.
|
||||
|
||||
Step 2: Install OpenSSH[](#step-2-install-openssh "Permalink to this headline")
|
||||
Step 2: Install OpenSSH[🔗](#step-2-install-openssh "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
This step is only required if you don’t have SSH client installed. If you do have it, skip to Step 3.
|
||||
@ -85,7 +85,7 @@ Once it’s over, you should see the confirmation that the component was **Added
|
||||
|
||||

|
||||
|
||||
Step 3: Use ssh-keygen to generate an SSH key pair[](#step-3-use-ssh-keygen-to-generate-an-ssh-key-pair "Permalink to this headline")
|
||||
Step 3: Use ssh-keygen to generate an SSH key pair[🔗](#step-3-use-ssh-keygen-to-generate-an-ssh-key-pair "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Return to the Command Prompt you previously opened. Enter the following command to generate an SSH key pair:
|
||||
@ -114,7 +114,7 @@ OpenSSH names these files based on algorithm used. As of writing of this article
|
||||
|
||||
If in the future the default algorithm used by OpenSSH changes, the default names of keys will likely be different.
|
||||
|
||||
Step 4: See generated key pair[](#step-4-see-generated-key-pair "Permalink to this headline")
|
||||
Step 4: See generated key pair[🔗](#step-4-see-generated-key-pair "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------
|
||||
|
||||
Open the **Run** window by pressing the key combination **Windows+R** (if you are using a macOS keyboard, then **Cmd+R**)
|
||||
@ -148,7 +148,7 @@ 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")
|
||||
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)
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
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 CloudFerro 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.
|
||||
|
||||
Prerequisites[](#prerequisites "Permalink to this headline")
|
||||
Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
-------------------------------------------------------------
|
||||
|
||||
> * System running Windows 10 or Windows Server 2016-2022
|
||||
> * User account with administrative privileges
|
||||
> * Access to Windows command prompt
|
||||
|
||||
Step 1: Verify if OpenSSH Client is Installed[](#step-1-verify-if-openssh-client-is-installed "Permalink to this headline")
|
||||
Step 1: Verify if OpenSSH Client is Installed[🔗](#step-1-verify-if-openssh-client-is-installed "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
First, check to see if you have the OpenSSH client installed:
|
||||
@ -30,7 +30,7 @@ First, check to see if you have the OpenSSH client installed:
|
||||
|
||||
This will install app called **ssh-keygen**.
|
||||
|
||||
Step 2: Open Command Prompt[](#step-2-open-command-prompt "Permalink to this headline")
|
||||
Step 2: Open Command Prompt[🔗](#step-2-open-command-prompt "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------
|
||||
|
||||
**ssh-keygen** runs from Windows Command Prompt, so the next step is to open it.
|
||||
@ -42,7 +42,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")
|
||||
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.
|
||||
@ -76,7 +76,7 @@ To see the generated files, navigate to **C:/Users/<Your\_User\_Name>/.ssh** wit
|
||||
|
||||
The image shows default values of files for private and public keys, in files **id\_rsa** and **id\_rsa.pub**, respectively.
|
||||
|
||||
What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
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)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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 CloudFerro 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:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
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 CloudFerro 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")
|
||||
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))
|
||||
@ -14,7 +14,7 @@ Check in “Installed features” if the OpenSSH client is installed, if not cli
|
||||
|
||||

|
||||
|
||||
Step 1 Go to the folder containing your SSH keys[](#step-1-go-to-the-folder-containing-your-ssh-keys "Permalink to this headline")
|
||||
Step 1 Go to the folder containing your SSH keys[🔗](#step-1-go-to-the-folder-containing-your-ssh-keys "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Run the Command Prompt and change the current folder to the folder where you store your keys.
|
||||
@ -26,7 +26,7 @@ cd c:\Users\wikit\sshkeys
|
||||
|
||||
```
|
||||
|
||||
Step 2 Connect to your VM using SSH[](#step-2-connect-to-your-vm-using-ssh "Permalink to this headline")
|
||||
Step 2 Connect to your VM using SSH[🔗](#step-2-connect-to-your-vm-using-ssh "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------------------------
|
||||
|
||||
If the name of your key is **id\_rsa** and the floating IP of your virtual machine is **64.225.129.203**, type the following command:
|
||||
|
||||
Reference in New Issue
Block a user