In this video we are installing open ssh on windows machine to connect windows machine/server by ssh.
We can Run the Windows commands on ssh session.
####### Download OpenSSH for Windows #######
https://github.com/PowerShell/Win32-O...
####### Powershell command to run install-sshd.ps1 #######
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
####### Firewall inbound policy update #######
New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 -Program "C:\Program Files\OpenSSH-Win64\sshd.exe"
Watch video Can We Connect Windows Server with SSH ? | Hindi | LetsTalkAbout online without registration, duration hours minute second in high quality. This video was added by user LetsTalkAbout 11 December 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 261 once and liked it 3 people.