https://bugs.kde.org/show_bug.cgi?id=495525
Bug ID: 495525 Summary: SSH password prompt not being parsed Classification: Applications Product: ksshaskpass Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jpwhit...@kde.org Reporter: siavosh.kasr...@gmail.com Target Milestone: --- SUMMARY Can't parse ssh prompt. STEPS TO REPRODUCE 1. ssh me@serverip OBSERVED RESULT ksshaskpass: Unable to parse phrase "(me@serverip) Password: " EXPECTED RESULT Detecting the password prompt and providing the password. SOFTWARE/OS VERSIONS Operating System: EndeavourOS KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-9700 CPU @ 3.00GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630 Manufacturer: HP Product Name: HP ProDesk 600 G5 SFF ADDITIONAL INFORMATION Seems that "^(.*@.*)'s password: $") should be "^(.*@.*)'s [P|p]assword: $") in https://github.com/KDE/ksshaskpass/blob/master/src/main.cpp:64 -- You are receiving this mail because: You are watching all bug changes.