| Summary: | SSH modifies line endings when using command in authorized_keys | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steven Picken <codewarrior> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | dtucker |
| Priority: | P2 | ||
| Version: | 5.1p1 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Steven Picken
2008-11-10 18:19:30 AEDT
It's probably the pty layer not sshd that's doing the translation. Try "ssh -T localhost" or "ssh localhost foo" instead. Ah, you're very right. -T does fix the problem. Sorry for troubling you. --Steven P.S. (I'm a bit new to bug trackers, How do you go about closing bugs?) That's quite ok, glad it's working for you. Closing. Close bugs fixed/reviewed for openssh-5.2 release |