微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Windows 7 – Cygwin SSH的目录权限(Windows 7)

我是 Linux的粉丝,但是由于 Linux中的英特尔无线驱动程序不好,我不得不切换到Windows 7.我已经在Windows中安装了Cygwin,并希望将SSH配置为远程连接到笔记本电脑.

我用Google搜索并发现了information for installing openssh server on Win 7,但是当运行ssh-host-config时,我收到以下错误

bala@bala-PC ~
$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.

文件夹的权限显示为只读(仅适用于此文件夹),灰色检查.我试图取消勾选,但是再次打开属性后,再次检查该框.有没有办法更改这个文件夹的权限?

我在Windows 7 x64和sshd上运行cygwin 1.7.我不记得当我运行sshd_config时收到这个错误,但是我只是看了我的/ var / run目录,它设置为777.

尝试这个在cygwin shell chmod 777 / var / run

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐