Konfigurowanie OpenSSH dla Windows w Cygwin - nie można pozostawić pustego hasła

0

Instaluję OpenSSH w Cygwin pod Windows 7, aby zainstalować Hadoop.

Miałem wcześniej zainstalowany OpenSSH, ale z hasłem. Wszystkie próby usunięcia hasła nie powiodły się, więc ponownie zainstalowałem Cygwin. Chcę też OpenSSH bez hasła i postępowałem zgodnie z tymi instrukcjami .

Jednak nie pozwala mi pozostawić hasła pustego. Dlaczego tak jest i co powinienem zrobić?

Informacje dodatkowe: Korzystam z Cygwin bash z uprawnieniami administratora. Moje Windows nie ma ustawionego hasła.

Widzę następujące:

User@computer ~
$ chmod +r /etc/passwd

User@computer ~
$ chmod u+w /etc/passwd

User@computer ~
$ chmod +r /etc/group

User@computer ~
$ chmod u+w /etc/group

User@computer ~
$ chmod 755 /var

User@computer ~
$ touch /var/log/sshd.log

User@computer ~
$ chmod 664 /var/log/sshd.log

User@computer ~
$ ssh-host-config

*** Info: Generating /etc/ssh_host_key
*** Info: Generating /etc/ssh_host_rsa_key
*** Info: Generating /etc/ssh_host_dsa_key
*** Info: Generating /etc/ssh_host_ecdsa_key
*** Info: Creating default /etc/ssh_config file
*** 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
*** Query: Should privilege separation be used? (yes/no) no
*** Info: Updating /etc/sshd_config file

*** 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.

*** Info: You appear to be running Windows XP 64bit, Windows 2003 Server,
*** Info: or later.  On these systems, it's not possible to use the LocalSystem
*** Info: account for services that can change the user id without an
*** Info: explicit password (such as passwordless logins [e.g. public key
*** Info: authentication] via sshd).

*** Info: If you want to enable that functionality, it's required to create
*** Info: a new account with special privileges (unless a similar account
*** Info: already exists). This account is then used to run these special
*** Info: servers.

*** Info: Note that creating a new user requires that the current account
*** Info: have Administrator privileges itself.

*** Info: The following privileged accounts were found: 'cyg_server' .

*** Info: This script plans to use 'cyg_server'.
*** Info: 'cyg_server' will only be used by registered services.
*** Query: Do you want to use a different name? (yes/no) no
*** Query: Please enter the password for user 'cyg_server':
*** Query: Please enter the password for user 'cyg_server':
melisa
źródło
Nie jestem pewien, czy źle interpretuję twoje pytanie, ale cyg_serverkonto jest tylko kontem lokalnym, którego sshd użył do rozdzielenia uprawnień. To nie jest użytkownik, z którym musisz się zalogować za pomocą SSH, powinieneś móc użyć dowolnego lokalnego użytkownika do zalogowania się. Nie jestem jednak pewien, czy sshdsam zezwoli na puste hasła do uwierzytelnienia. W przypadku potrzeby uwierzytelniania automatycznego przeciwko SSHmożna rzucić okiem na uwierzytelnianie klucza publicznego, który powinien również pracować z cygwin
leepfrog
Mam na myśli to, co widzę w instrukcjach, które zastosowałem. To działało dla nich: 14. Wprowadź hasło dla użytkownika „cyg_server”: <POZOSTAW PUSTY, JUST HIT ENTER> 15. Ponownie wprowadź: <POZOSTAW PUSTY, JUST HIT ENTER>
melissa
Czy muszę utworzyć konto administratora na moim komputerze i korzystać z niego?
melissa
Tak, ale to tylko konto używane do wykonania samej usługi. To nie ma nic wspólnego z kontem, którego używasz do logowania przez ssh. Powinieneś być w stanie zalogować się za pomocą dowolnego konta lokalnego na swoim komputerze.
leepfrog