OpenSSH-3.4p1-2 bug in ssh-host-config

Marc Bejarano beej@alum.mit.edu
Fri Jul 5 12:14:00 GMT 2002


line 11 of ssh-host-config is:
SYSCONFDIR=/etc

line 571 is:
chown system /${SYSCONFDIR}/ssh*

the extra leading / doesn't work on my system:
==
[beej@beej-lap]~:{506}:$ ls //etc/ssh*
ls: //etc/ssh*: No such file or directory
[beej@beej-lap]~:{507}:$ ls /etc/ssh*
/etc/ssh_config            /etc/ssh_host_key          /etc/sshd_config
/etc/ssh_config.orig       /etc/ssh_host_key.pub      /etc/sshd_config.orig
/etc/ssh_host_dsa_key      /etc/ssh_host_rsa_key
/etc/ssh_host_dsa_key.pub  /etc/ssh_host_rsa_key.pub
==
an extra slash doesn't seem to bother other unixen.  is this a cygwin bug, 
as well?

marc


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list