openssh question

2009-02-20 Thread Jody Burnett
When I install openssh 5.1-10 from source and run the cygwin post install everything works fine. But if i install to a directory then run cygwin post install and tar the contents of the folder with the following tar cvjfT my-openssh-5.1.-10.tar.bz2 - (found in /usr/share/doc/Cygwin/openssh.READM

replying to digest message?

2009-02-13 Thread Jody Burnett
How do you reply to the messages within the digest message so that it is linked to the original? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: htt

Re: help compiling openssh

2009-02-13 Thread Jody Burnett
That worked...installed the libwrap-devel and configure worked no problem...next i created the my-openssh.tar.bz2. How do you unpack this archive without overwriting the folder permissions of bin, var etc? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

help compiling openssh

2009-02-13 Thread Jody Burnett
When i run configure openssh 5.1p1-10 (source from cygwin setup) with the following command $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' --localstatedir=/var --datadir='${prefix}/share' --mandir='${datadir}/man' --infodir='${datadir}/info' --with-tcp_wrappers i get a

ssh muliple authentication

2009-02-09 Thread Jody Burnett
Can public key authentication and password authentication be set in the openssh 5.1 that is packaged with cygwin 1.5.25. There is a .patch file on https://bugzilla.mindrot.org/show_bug.cgi?id=983 but this is for openssh 4.7. As well i do not know how to install the patch for ssh. Any help is muc

log rotation

2009-01-20 Thread Jody Burnett
I have sshd running and would like to setup rotation for these logsI have syslog-ng writing to the messages log. Can anyone point me to a program like logrotate for cygwin or is there a cygwin package? I have cron running so if there is a bash or perl script I can run that would be great. I