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
Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...
No comments:
Post a Comment