bugzilla-daemon at mindrot.org
2005-Apr-21 05:56 UTC
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
http://bugzilla.mindrot.org/show_bug.cgi?id=806 ------- Additional Comments From djm at mindrot.org 2005-04-21 15:56 ------- Does removing +Optrs_strongly_typed from your CFLAGS help? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-21 10:47 UTC
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
http://bugzilla.mindrot.org/show_bug.cgi?id=806 ------- Additional Comments From peter.kielbasiewicz at philips.com 2005-04-21 20:47 ------- I finally compiled it with gcc 3.0.1 which was the latest version for HPUX10.20 which I could find. openssh now works almost perfect with the exception that the sshd daemon does not accept Ctrl-C interrupts, when it is started at boot time. If I invoke sshd from a terminal it inherits the intr key setting from the terminal and everything is OK. At boot time there is no tty though and I did not succeed to get the daemon to accept ^C. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-21 11:04 UTC
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
http://bugzilla.mindrot.org/show_bug.cgi?id=806 ------- Additional Comments From dtucker at zip.com.au 2005-04-21 21:04 ------- Doesn't it use the default HP-UX interrupt char (ctrl-backspace)? An easy workaround would be to put something like this into your .profile: if [ ! -z `tty` ]; then stty intr ^C fi Where ^C is produced by typing CTRL-V CTRL-C. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.