How To SSH From Windows To Linux Servers | Linux To Windows | DevOps Services

Опубликовано: 20 Март 2026
на канале: Dedicated DevOps
624
13

In this video, we are learning about how to enable SSH on Windows Server.

For this purpose, we need
1. Windows Server
2. Ubuntu Server
3. Administration Privileges

Windows To Linux
First, check whether OpenSSH is installed or not, If it is not installed then install it by using this command,
Add-WindowsCapability -Online -Name OpenSSH.Server~~~0.0.1.0
After the Installation, we will start OpenSSH Service by using this command,
Start-Service sshd
After service starts, we will add a firewall root where we will allow Port:22 to connect a TCP connection From anywhere.
Remember to allow Port:22 on your security group on AWS or any other platform you are using.
Now we have completed the SSH setup on Windows.

Linux To Windows
When you have done SSH setup on Windows. Try this command to SSH on Linux to Windows,
ssh username@server-ip

For any further queries, visit our website:
https://ddevops.com/

#SSHFromWindowstoLinux #InstallSSHClient #SSHServerLinux