⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 OpenSSL Source code for SFTP, SSH, and many others
💻
字号:
This package is the actual port of OpenSSH to Cygwin 1.3.===========================================================================Important change since 3.0.1p1-2:This version introduces the ability to register sshd as service onWindows 9x/Me systems.  This is done only when the options -D and/or-d are not given.======================================================================================================================================================Important change since 2.9p2:Since Cygwin is able to switch user context without password beginningwith version 1.3.2, OpenSSH now allows to do so when it's running undera version >= 1.3.2. Keep in mind that `ntsec' has to be activated toallow that feature.======================================================================================================================================================Important change since 2.3.0p1:When using `ntea' or `ntsec' you now have to care for the ownershipand permission bits of your host key files and your private key files.The host key files have to be owned by the NT account which startssshd. The user key files have to be owned by the user. The permissionbits of the private key files (host and user) have to be at leastrw------- (0600)!Note that this is forced under `ntsec' only if the files are on a NTFSfilesystem (which is recommended) due to the lack of any basic securityfeatures of the FAT/FAT32 filesystems.===========================================================================If you are installing OpenSSH the first time, you can generate global configfiles and server keys by running      /usr/bin/ssh-host-configNote that this binary archive doesn't contain default config files in /etc.That files are only created if ssh-host-config is started.If you are updating your installation you may run the above ssh-host-configas well to move your configuration files to the new location and toerase the files at the old location.To support testing and unattended installation ssh-host-config gotsome options:usage: ssh-host-config [OPTION]...Options:    --debug      -d        Enable shell's debug output.    --yes        -y        Answer all questions with "yes" automatically.    --no         -n        Answer all questions with "no" automatically.    --port       -p <n>    sshd listens on port n.Additionally ssh-host-config now asks if it should install sshd as aservice when running under NT/W2K. This requires cygrunsrv installed.You can create the private and public keys for a user now by running  /usr/bin/ssh-user-configunder the users account.To support testing and unattended installation ssh-user-config gotsome options as well:usage: ssh-user-config [OPTION]...Options:    --debug      -d        Enable shell's debug output.    --yes        -y        Answer all questions with "yes" automatically.    --no         -n        Answer all questions with "no" automatically.    --passphrase -p word   Use "word" as passphrase automatically.Install sshd as daemon via cygrunsrv.exe (recommended on NT/W2K), via inetd(results in very slow deamon startup!) or from the command line (recommendedon 9X/ME).If you start sshd as deamon via cygrunsrv.exe you MUST give the"-D" option to sshd. Otherwise the service can't get started at all.If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add thefollowing line to your inetd.conf file:ssh stream tcp nowait root /usr/sbin/in.sshd sshd -iMoreover you'll have to add the following line to your${SYSTEMROOT}/system32/drivers/etc/services file:   ssh         22/tcp          #SSH daemon===========================================================================The following restrictions only apply to Cygwin versions up to 1.3.1===========================================================================Authentication to sshd is possible in one of two ways.You'll have to decide before starting sshd!- If you want to authenticate via RSA and you want to login to that  machine to exactly one user account you can do so by running sshd  under that user account. You must change /etc/sshd_config  to contain the following:  RSAAuthentication yes  Moreover it's possible to use rhosts and/or rhosts with  RSA authentication by setting the following in sshd_config:  RhostsAuthentication yes  RhostsRSAAuthentication yes- If you want to be able to login to different user accounts you'll  have to start sshd under system account or any other account that  is able to switch user context. Note that administrators are _not_  able to do that by default! You'll have to give the following  special user rights to the user:  "Act as part of the operating system"  "Replace process level token"  "Increase quotas"  and if used via service manager  "Logon as a service".  The system account does of course own that user rights by default.  Unfortunately, if you choose that way, you can only logon with  NT password authentification and you should change  /etc/sshd_config to contain the following:    PasswordAuthentication yes    RhostsAuthentication no    RhostsRSAAuthentication no    RSAAuthentication no  However you can login to the user which has started sshd with  RSA authentication anyway. If you want that, change the RSA  authentication setting back to "yes":         RSAAuthentication yesPlease note that OpenSSH does never use the value of $HOME tosearch for the users configuration files! It always uses thevalue of the pw_dir field in /etc/passwd as the home directory.If no home diretory is set in /etc/passwd, the root directoryis used instead!You may use all features of the CYGWIN=ntsec setting the sameway as they are used by the `login' port on sources.redhat.com:  The pw_gecos field may contain an additional field, that begins  with (upper case!) "U-", followed by the domain and the username  separated by a backslash.  CAUTION: The SID _must_ remain the _last_ field in pw_gecos!  BTW: The field separator in pw_gecos is the comma.  The username in pw_name itself may be any nice name:    domuser::1104:513:John Doe,U-domain\user,S-1-5-21-...  Now you may use `domuser' as your login name with telnet!  This is possible additionally for local users, if you don't like  your NT login name ;-) You only have to leave out the domain:    locuser::1104:513:John Doe,U-user,S-1-5-21-...SSH2 server and user keys are generated by the `ssh-*-config' scriptsas well.If you want to build from source, the following options toconfigure are used for the Cygwin binary distribution:	--prefix=/usr \	--sysconfdir=/etc \	--libexecdir='${exec_prefix}/sbin'You must have installed the zlib and openssl packages to be able tobuild OpenSSH!Please send requests, error reports etc. to cygwin@cygwin.com.Have fun,Corinna Vinschen <vinschen@redhat.com>Cygwin DeveloperRed Hat Inc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -