Soy fanático de Linux pero debido a los malos controladores inalámbricos Intel en Linux, tuve que cambiar a Windows 7. He instalado Cygwin en Windows y quiero configurar SSH para conectarlo de forma remota a mi computadora portátilPermisos de directorio para Cygwin SSH (Windows 7)
busqué en Google y encontró information for installing openssh server on Win 7, pero yo estoy recibiendo el siguiente error cuando se ejecuta ssh-host-config
:
[email protected] ~ $ ssh-host-config yes *** Info: Creating default /etc/ssh_config file *** Query: Overwrite existing /etc/sshd_config file? (yes/no) yes *** Info: Creating default /etc/sshd_config file *** Info: Privilege separation is set to yes by default since OpenSSH 3.3. *** Info: However, this requires a non-privileged account called 'sshd'. *** Info: For more info on privilege separation read /usr/share/doc/openssh/READ ME.privsep. *** Query: Should privilege separation be used? (yes/no) no *** Info: Updating /etc/sshd_config file *** Warning: The following functions require administrator privileges! *** Query: Do you want to install sshd as a service? *** Query: (Say "no" if it is already installed as a service) (yes/no) yes *** Query: Enter the value of CYGWIN for the daemon: [] *** Info: On Windows Server 2003, Windows Vista, and above, the *** Info: SYSTEM account cannot setuid to other users -- a capability *** Info: sshd requires. You need to have or to create a privileged *** Info: account. This script will help you do so. *** Warning: The owner and the Administrators need *** Warning: to have .w. permission to /var/run. *** Warning: Here are the current permissions and ACLS: *** Warning: drwxr-xr-x 1 bala None 0 2010-01-17 22:34 /var/run *** Warning: # file: /var/run *** Warning: # owner: bala *** Warning: # group: None *** Warning: user::rwx *** Warning: group::r-x *** Warning: other:r-x *** Warning: mask:rwx *** Warning: *** Warning: Please change the user and/or group ownership, *** Warning: permissions, or ACLs of /var/run. *** ERROR: Problem with /var/run directory. Exiting.
Los permisos de esta carpeta se muestran como de sólo lectura (sólo se aplica a esta carpeta), comprobado en gris Intenté quitar la marca, pero después de abrir nuevamente las propiedades, el cuadro se vuelve a verificar. ¿Hay alguna manera de cambiar los permisos de esta carpeta?
¿está relacionado con la ventana UAC? ¿sucederá si ejecuta Cygwin usando Administrator? – Tommy
De hecho, desactivé el UAC en mi máquina. Esto sucede incluso cuando se usa "ejecutar como administrador" – Boolean
¿Debería estar esto en SuperUser? No está relacionado con la programación. – Catchwa