Commit 32e1c93
committed
Allow RSA with SHA-2 signatures to be used on Windows
This commit removes a guard which prevented RSA with SHA-2 signatures
from being used on Windows, since older versions of both OpenSSH's
ssh-agent and the Pageant agent didn't support this when AsyncSSH first
added this support.
Now that SHA-2 support has eben around in Windows SSH for several years
and many implementations disable SHA-1 by default, this guard is doing
more harm than good.
Thanks go to GitHub user Netzvamp for reporting this!1 parent d43295a commit 32e1c93
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 124 | + | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
0 commit comments