Windows 10 ssh vô hiệu hóa xác thực mật khẩu?


10

Windows 10 gần đây đã thêm OpenSSH như một tính năng tùy chọn của Windows. Tôi đã tìm thấy tệp cấu hình C: \ Windows \ System32 \ OpenSSH \ sshd_config và tự cho mình quyền sửa đổi nó.

Đây là tập tin tôi có:

#   $OpenBSD: sshd_config,v 1.84 2011/05/23 03:30:07 djm Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options override the
# default value.

#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::

# The default requires explicit activation of protocol 1
#Protocol 2

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
#HostKey /etc/ssh/ssh_host_ecdsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 1024

# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10

#RSAAuthentication yes
#PubkeyAuthentication yes

# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile  .ssh/authorized_keys

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable s/key passwords
ChallengeResponseAuthentication no

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'yes' to enable PAM authentication, account processing, 
# and session processing. If this is enabled, PAM authentication will 
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
#UsePAM no

#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no
#ChrootDirectory none

# no default banner path
#Banner none

# override default of no subsystems
Subsystem   sftp    sftp-server.exe

# Example of overriding settings on a per-user basis
#Match User anoncvs
#   X11Forwarding no
#   AllowTcpForwarding no
#   ForceCommand cvs server
# PubkeyAcceptedKeyTypes ssh-ed25519*

ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no

Các mục không mặc định duy nhất là 3 dòng dưới cùng sẽ vô hiệu hóa xác thực mật khẩu . Sau khi tôi thay đổi các tập tin tôi đi đến dịch vụ và khởi động lại ssh-agent, SSH Server BrokeSSH Server Proxyhy vọng họ sẽ thấy những thay đổi trong tập tin cấu hình. Sau đó tôi sử dụng putty để ssh vào localhost. Putty hỏi tên người dùng của tôi nhưng sau đó nó hỏi mật khẩu của tôi và kết nối thành công khi tôi đặt nó vào.

Trong tính năng SSH mới của Windows 10, làm cách nào để tắt xác thực mật khẩu?


3
Kể từ bản cập nhật Windows 10 tháng 4 năm 2018 (phiên bản 1803), tệp cấu hình nằm trong c: \ ProgramData \ ssh \ sshd_config
Gene Goykhman

Thx @GeneGoykhman. Lưu ý rằng bạn có thể ghi đè vị trí này trong sổ đăng ký Dịch vụ Windows nếu bạn muốn.
MarcH

Câu trả lời:


4

Trong Windows 10 v1804 (còn gọi là 17134.191), nó đã thay đổi.

Chỉnh sửa c: \ ProgramData \ ssh \ sshd_config (còn gọi là% PROGRAMDATA% \ ssh \ sshd_config)


2

Bạn lưu ý rằng bạn có dịch vụ "SSH Server Proxy" - dịch vụ này không phải là một phần của tính năng tùy chọn "OpenSSH Server (Beta)" trong Windows 10 Fall Creators Update (v1709). Đây là một phần của chế độ Nhà phát triển Windows - Tôi tự hỏi liệu điều này (có thể kết hợp với WSL) có dẫn đến việc bạn vô tình kết nối với máy chủ OpenSSH khác không và tại sao cấu hình lại không được tôn trọng.

Hãy thử dừng hoặc vô hiệu hóa dịch vụ "SSH Server Proxy" và xem liệu hành vi có thay đổi hay thay vào đó, điều chỉnh cổng # trong Windows \ System32 \ OpenSSH \ sshd_config thành cổng không chuẩn và kiểm tra lại.

Tôi vừa triển khai một phòng thí nghiệm Windows 10 v1709 VM để kiểm tra điều này và có thể xác nhận rằng bằng cách bỏ dòng "# PasswordAuthentication yes" (và chuyển giá trị thành "không") chỉ với khởi động lại dịch vụ sshd, nó sẽ chặn đăng nhập dựa trên mật khẩu .

Các dịch vụ duy nhất "OpenSSH Server (beta)" mang lại cho tôi là "sshd" và "ssh-agent". VM mới, không có Chế độ nhà phát triển Windows hoặc WSL / Bash trên Ubuntu được bật.

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.