Thursday, July 21, 2022

How to Connect Windows 11 to virtualBox VM

Below are the steps to perform password-less ssh setup from Windows 11 to Linux 


just paste your id_rsa.pub file content on target machine /home/<user>/.ssh/authorized_keys file.

and do from win 11 cmd 
ssh <user>@target_machine 










No comments:

Post a Comment

Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...