Skip to content

Commit 1b3564e

Browse files
author
Barry KW Suridge
committed
Document Windows OpenSSH key check
1 parent e8801e3 commit 1b3564e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,16 @@ On Windows, SSH mode expects native Windows OpenSSH with a Windows-accessible
364364
key or ssh-agent identity. Password prompts and WSL-held keys are not available
365365
to the Windows binary.
366366

367+
Before using SSH mode on Windows, verify that native OpenSSH can authenticate
368+
without a password prompt:
369+
370+
```powershell
371+
ssh -o BatchMode=yes user@host
372+
```
373+
374+
If that command asks for a password or fails, configure a key under
375+
`%USERPROFILE%\.ssh` or add the key to the Windows `ssh-agent` first.
376+
367377
These beta binaries target recent Linux distributions and current Windows
368378
releases. Older platforms are not a support target for the GUI beta.
369379

0 commit comments

Comments
 (0)