Windows 10 SSH 암호 인증을 사용하지 않습니까?


10

Windows 10은 최근 OpenSSH를 선택적 Windows 기능으로 추가했습니다. 구성 파일 C : \ Windows \ System32 \ OpenSSH \ sshd_config를 찾았으며 직접 수정할 수있는 권한을 부여했습니다.

내가 가진 파일은 다음과 같습니다.

#   $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

기본값이 아닌 유일한 항목은 비밀번호 인증을 비활성화해야하는 맨 아래 3 줄입니다 . 내가 서비스를 다시 시작으로 이동 파일을 변경 한 후에 ssh-agent, SSH Server Broke그리고 SSH Server Proxy희망 그들이 설정 파일의 변경 사항을 볼 수 있습니다. 그런 다음 퍼티를 사용하여 localhost로 ssh합니다. 퍼티는 내 사용자 이름을 요청하지만 암호를 묻고 입력하면 성공적으로 연결됩니다.

Windows 10의 새로운 SSH 기능에서 비밀번호 인증을 비활성화하려면 어떻게해야합니까?


3
Windows 10 2018 년 4 월 업데이트 (버전 1803) 기준 구성 파일은 c : \ ProgramData \ ssh \ sshd_config
Gene Goykhman

Thx @GeneGoykhman. 원하는 경우 Windows 서비스 레지스트리에서이 위치를 대체 할 수 있습니다.
MarcH

답변:


4

Windows 10 v1803 (일명 17134.191)에서는 변경되었습니다.

c : \ ProgramData \ ssh \ sshd_config (일명 % PROGRAMDATA % \ ssh \ sshd_config) 편집


2

"SSH 서버 프록시"서비스가 있습니다.이 서비스는 Windows 10 Fall Creators Update (v1709)의 "OpenSSH 서버 (베타)"옵션 기능이 아닙니다. Windows 개발자 모드의 일부입니다-WSL과 함께 사용하면 의도하지 않게 다른 OpenSSH 서버에 연결하게되며 구성이 존중되지 않는 이유가 궁금합니다.

"SSH 서버 프록시"서비스를 중지 또는 비활성화하고 동작이 변경되는지 확인하거나 Windows \ System32 \ OpenSSH \ sshd_config의 포트 번호를 비표준 포트로 조정 한 후 다시 테스트하십시오.

방금 랩 Windows 10 v1709 VM을 배포하여이를 테스트했으며, "# PasswordAuthentication yes"줄의 주석을 해제하고 값을 "no"로 전환하여 sshd 서비스 만 다시 시작하면 암호 기반 로그인을 차단 함을 확인할 수 있습니다. .

"OpenSSH 서버 (베타)"가 제공하는 유일한 서비스는 "sshd"및 "ssh-agent"입니다. Windows 개발자 모드 또는 Ubuntu의 WSL / Bash가없는 최신 VM.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.