Written by
in
เดี๋ยวนี้ใน Windows 10 ก็มี ssh ให้ใช้งาน แต่พอใช้กับเซิร์ฟเวอร์รุ่นเก่าๆ ก็เข้าไม่ได้ซะงั้น ไปลอง ssh ฝั่ง Linux (WSL2) ก็ให้ผลเหมือนกันคือ!!!
Host somehost.example.org KexAlgorithms +diffie-hellman-group1-sha1
Host somehost.example.org Ciphers aes256-cbc
Host somehost.example.org KexAlgorithms +diffie-hellman-group1-sha1 Ciphers aes256-cbc
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 oracle@somehost.example.org
หรือ ถ้ามี error 2 อย่าง
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-cbc oracle@somehost.example.org
เมื่อสร้างแฟ้ม .ssh/config แล้วลอง ssh เข้าไปใหม่
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Δ
Leave a Reply