X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_HOSTKARMA_YE,TW_YG X-Spam-Check-By: sourceware.org X-Forefront-Antispam-Report: CIP:174.47.84.215;KIP:(null);UIP:(null);IPV:NLI;H:zgw01.tripwire.com;RD:174-47-84-215.static.twtelecom.net;EFVD:NLI X-SpamScore: 0 X-BigFish: VPS0(zzzz1202h1d1ah1d2ahzzz2dh2a8h668h839h946hd25hf0ah107ah1288h12a5h12a9h12bdh137ah13b6h1155h) From: Nate Gelbard To: "cygwin AT cygwin DOT com" Subject: ssh-host-config seg fault on Vista Date: Tue, 25 Sep 2012 22:44:15 +0000 Message-ID: <853282C3AEDB8E4D894DAF3EC633093C18D1EC68@PDXMB02.tripwire.com> x-exclaimer-md-config: 79afcaa7-fdf4-4fa6-abe0-afeaa4640a4f Content-Type: text/plain; charset="Windows-1252" MIME-Version: 1.0 X-VPM-MSG-ID: 111d0ecb-6e28-4443-9a0f-10709bc155c2 X-VPM-HOST: zgw01.tripwire.com X-VPM-ENC-REGIME: Plaintext X-VPM-CERT-FLAG: 0 X-VPM-IS-HYBRID: 0 X-OriginatorOrg: tripwire.com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q8PMimNf020106 Hello, I have recently setup cygwin sshd on Win7, Win2k3, and Win2k8 no issue. Run setup, add sshd package, install. Run cygterm as Administrator, ssh-host-config, setup ssh keys. However installing cygwin sshd on Vista is running into the following problem: ** Info: Generating /etc/ssh_host_key /usr/bin/ssh-host-config: line 73: 2464 Segmentation fault (core dumped) /usr/bin/ssh-keygen -t rsa1 -f ${SYSCONFDIR}/ssh_host_key -N '' > /dev/null *** Warning: Generating /etc/ssh_host_key failed! *** Info: Generating /etc/ssh_host_rsa_key /usr/bin/ssh-host-config: line 73: 3808 Segmentation fault (core dumped) /usr/bin/ssh-keygen -t rsa -f ${SYSCONFDIR}/ssh_host_rsa_key -N '' > /dev/null *** Warning: Generating /etc/ssh_host_key failed! *** Info: Generating /etc/ssh_host_dsa_key /usr/bin/ssh-host-config: line 73: 3908 Segmentation fault (core dumped) /usr/bin/ssh-keygen -t dsa -f ${SYSCONFDIR}/ssh_host_dsa_key -N '' > /dev/null *** Warning: Generating /etc/ssh_host_key failed! *** Info: Generating /etc/ssh_host_ecdsa_key /usr/bin/ssh-host-config: line 73: 3340 Segmentation fault (core dumped) /usr/bin/ssh-keygen -t ecdsa -f ${SYSCONFDIR}/ssh_host_ecdsa_key -N '' > /dev/null *** Warning: Generating /etc/ssh_host_key failed! In fact any call to ssh-keygen –t rsa fails. Windows Vista Enterprise SP1 (vmware ESX 4.1 virtual machine, x86, 1g ram) Cygwin 1.7.16-1 OpenSSH 6.1p1-1 Openssl1.0.1c-2 Any tips? Thanks -Nate ps; Vista is still required for the test environment platform coverage, not my choice of OS. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple