FG
💻 Software

SSH from Windows to Linux without entering a password

Fresh5 days ago
Mar 15, 202692533 views
Confidence Score0%
0%

Problem

I am trying to use ssh/scp from Windows to Linux without having to enter a password. This is what I have done, and it doesn't seem to work: generated public and private keys using Putty Key Generator (on Windows) saved the files as and copied them into added id_rsa.pub to the Linux box in I then tr…

Error Output

id_rsa.pub

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: SSH from Windows to Linux without entering a password

Low Risk

You have to run an authentication agent on Windows. For example, Pageant, used in combination with PuTTY (graphical SSH client) or Plink (its command line equivalent). You'll need to tell Pageant your SSH server's public key. After that it will deal…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment