Bug 3283

Summary: Fix Windows-generated fingerprint output
Product: Portable OpenSSH Reporter: Dmitry Belyavskiy <dbelyavs>
Component: ssh-keygenAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 8.4p1   
Hardware: Other   
OS: Linux   

Description Dmitry Belyavskiy 2021-03-19 22:33:00 AEDT
ssh-keygen -l mangles the output for the keys generated on Windows machine because of '\r\n' EOL. 

The PR https://github.com/openssh/openssh-portable/pull/236 fixes it.