หากไม่แนะนำให้ลงชื่อเข้าใช้รหัสผ่านน้อยลงสำหรับเว็บไซต์เชิงพาณิชย์ตัวเลือกที่ดีที่สุดในการทำโดยไม่มีการโต้ตอบคืออะไร


0

อย่างต่อเนื่อง ไม่สามารถเข้าสู่ระบบด้วยรหัสผ่านไม่ได้

$ ssh -v user@example.com
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to example.com [XX.XX.XX.X1] port 22.
debug1: Connection established.
debug1: identity file /home/admin/.ssh/id_rsa type 1
debug1: identity file /home/admin/.ssh/id_rsa-cert type -1
debug1: identity file /home/admin/.ssh/id_dsa type -1
debug1: identity file /home/admin/.ssh/id_dsa-cert type -1
debug1: identity file /home/admin/.ssh/id_ecdsa type -1
debug1: identity file /home/admin/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1 Debian-7ubuntu1
debug1: match: OpenSSH_5.8p1 Debian-7ubuntu1 pat OpenSSH_5*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 3b:81:30:2e:7a:c8:ca:51:7a:46:bb:50:cb:d3:a2:9b
debug1: Host 'example.com' is known and matches the ECDSA host key.
debug1: Found key in /home/admin/.ssh/known_hosts:2
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/admin/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/admin/.ssh/id_dsa
debug1: Trying private key: /home/admin/.ssh/id_ecdsa
debug1: Next authentication method: password
user@example.com's password:

ไฟล์ sshd_config บนเว็บไซต์ที่ฉันต้องการเชื่อมต่อ แต่ไม่สามารถทำได้

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# 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
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      %h/.ssh/authorized_keys

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

#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

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

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# 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 yes

AllowUsers user

สิทธิ์ของไฟล์:


.ssh directory permission on the server example.com

drwx------ 2 user user      4096 2012-07-26 13:35 .ssh


permissions on the files of the .ssh file 

-rw------- 1 user user  398 2012-07-26 13:35 authorized_keys
-rw-r--r-- 1 user user 1428 2012-07-25 18:55 known_hosts
--------------------------------------------------------------------


pemissions in the files ~/.ssh and ~/.ssh/ files workstation 

drwx------+ 1 Admin  None     0 Jul  9 17:05 .ssh

-rw-------  1 admin None 1679 Jul  9 17:05 id_rsa
-rw-r--r--  1 admin None  398 Jul  9 17:05 id_rsa.pub
-rw-r--r--  1 admin None  383 Jul 26 13:35 known_hosts

คำตอบ:


5

ตามทฤษฎี

ฉันรู้สึกว่าฉันต้องชี้แจงบางสิ่งที่คุณอาจจะหรืออาจไม่เข้าใจเกี่ยวกับวิธีการทำงานของ SSH:

ในบริบทของ SSH Passwordless สามารถอ้างถึงสองสิ่ง:

  • รับรองความถูกต้องของ SSH โดยไม่ต้องใส่รหัสผ่าน เช่นใช้การตรวจสอบสิทธิ์กุญแจสาธารณะ
  • รับรองความถูกต้องของ SSH โดยไม่ต้องใส่รหัสผ่านบนสาย และ โดยไม่ต้องใช้รหัสผ่านเพื่อป้องกันการถอดรหัสของคีย์ส่วนตัวของคุณ

ดังนั้นจึงมีสามโหมดที่เป็นไปได้:

  1. รับรองความถูกต้องโดยการป้อนรหัสผ่านโดยตรง ไม่ใช้กุญแจสาธารณะ / ส่วนตัว
  2. รับรองความถูกต้องโดยกุญแจสาธารณะ / ส่วนตัว แต่ให้รหัสผ่าน บนเครื่องไคลเอนต์ของคุณ เพื่อถอดรหัสคีย์ส่วนตัวและทำให้ใช้งานได้ สิ่งนี้ทำโดยใช้ ssh-agent. รหัสผ่านการถอดรหัสคีย์ส่วนตัวถูกแคชไว้เพื่อให้ได้รับเพียงครั้งเดียวในช่วงระยะเวลาการเข้าสู่ระบบ หลังจากนั้นรหัสผ่านจะถูกบันทึกไว้ใน ssh-agent.
  3. รับรองความถูกต้องโดยกุญแจสาธารณะ / ส่วนตัว แต่ keypair ไม่ได้รับการป้องกันด้วยรหัสผ่านดังนั้นผู้ใช้จึงไม่ได้ให้รหัสผ่านเลย

โหมดที่สองปลอดภัยที่สุด คุณสามารถทดสอบโหมดนี้ได้โดยสร้าง keypair ที่ป้องกันด้วยรหัสผ่าน ssh-agent มีการตั้งค่าอย่างถูกต้อง (เนื่องจากเป็น Linux distros ที่ทันสมัย) และควร "ทำงานได้": เมื่อคุณลงชื่อเข้าใช้เซิร์ฟเวอร์ SSH ครั้งแรกที่ใช้คีย์ส่วนตัวของคุณ ทุกครั้งหลังจากนั้นจนกว่าคุณจะออกจากระบบมันจะ "ใช้งานได้" โดยไม่มีการแจ้งเตือน

ประยุกต์

debug1: การรับรองความถูกต้องที่สามารถดำเนินการต่อได้: publickey, รหัสผ่าน
debug1: วิธีการรับรองความถูกต้องถัดไป: publickey
debug1: การเสนอคีย์สาธารณะ RSA: /home/admin/.ssh/id_rsa
debug1: การรับรองความถูกต้องที่สามารถดำเนินการต่อได้: publickey, รหัสผ่าน
debug1: กำลังลองคีย์ส่วนตัว: /home/admin/.ssh/id_dsa
debug1: ลองใช้คีย์ส่วนตัว: /home/admin/.ssh/id_ecdsa
debug1: วิธีการรับรองความถูกต้องถัดไป: รหัสผ่าน

ลองทำสิ่งต่อไปนี้:

  • เปลี่ยนชื่อ known_hosts ไฟล์ไปยังอย่างอื่น (เช่น known_hosts.bak ) ทั้งลูกค้าและเซิร์ฟเวอร์

  • บนเซิร์ฟเวอร์ให้เข้าสู่ระบบในฐานะ user, ลอง

    chmod go-w ~ /
    chmod 700 ~ / .ssh
    chmod 600 ~ / .ssh / authorized_keys

  • บนไคลเอนต์เข้าสู่ระบบในฐานะ admin, ลอง

    chmod 700 ~ /
    chmod 700 ~ / .ssh
    chmod 400 ~ / .ssh / id_rsa   chmod 400 ~ / .ssh / id_rsa.pub
    # ถ้าผู้ดูแลระบบไม่มีกลุ่มให้สร้างและทำให้เป็นกลุ่มหลักของผู้ดูแลระบบ
    chown -R ผู้ดูแลระบบ: admin ~ / .ssh

  • ตรวจสอบให้แน่ใจว่าเนื้อหาของลูกค้า ~/.ssh/id_rsa.pub (หมายเหตุ .pub คือ วิกฤติ ) อยู่ในเซิร์ฟเวอร์ ~/.ssh/authorized_keys บน หนึ่งบรรทัด (โดยไม่มีการแยกบรรทัด - แต่อย่าสับสนระหว่างการตัดข้อความและการแบ่งบรรทัดใช้; cat ~/.ssh/authorized_keys เพื่อให้แน่ใจว่าคุณกำลังดูไฟล์โดยไม่ต้องห่อ) และเนื้อหาของลูกค้า ~/.ssh/id_rsa ไม่ใช่ ที่ใดก็ได้บนเซิร์ฟเวอร์หรือที่ใดก็ได้ แต่ที่เดียวบนไคลเอนต์ บันทึก : ถ้าคุณใส่โดยไม่ตั้งใจ ~/.ssh/id_rsa (คีย์ส่วนตัว) บนเซิร์ฟเวอร์ฉันขอแนะนำให้คุณลบรหัสคู่ของคุณและสร้างรหัสใหม่เริ่มต้นใหม่ คุณจะต้องใส่ใหม่ id_rsa.pub เข้าไปใน authorized_keys ไฟล์.

  • ???

  • กำไร!


ขอบคุณสำหรับคำตอบของคุณฉันชอบวิธีที่คุณชี้แจงทำความเข้าใจข้อ จำกัด ของผู้ถาม ฉันจะลองสิ่งที่คุณพูดดังนั้นตอนนี้ฉันก็เลยคิดว่าไม่มีอะไรใน ssh -v ความพยายามในการเชื่อมต่ออย่างละเอียด, sshd_config ดูเหมือนไฟล์และสิทธิ์ chmod ดูเหมือนจะผิดจากมุมมองของคุณเช่นกัน
tough

ขอบคุณมากมันไม่ได้ทำงานที่จุดเริ่มต้น แต่ต่อมาก็ตระหนักว่าจำเป็นต้องรีสตาร์ทเซิร์ฟเวอร์ ssh หลังจากเปลี่ยนเส้นทางของตำแหน่งของไฟล์ที่ได้รับอนุญาตใน ssh_config จาก known_keys. ทำตามคำแนะนำทั้งหมดของคุณทำงานให้ฉัน การใช้ Known_keys เป็นข้อผิดพลาดตามที่คุณแนะนำ
tough
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.