mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[GH-ISSUE #174] 不能使用ssh连接旧的交接机设备 #78
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gxon2019 on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/team-ide/teamide/issues/174
start error:ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: [curve25519-sha256 curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group14-sha256 diffie-hellman-group14-sha1 ext-info-c], server offered: [diffie-hellman-group1-sha1]
终端会话已关闭,输入回车重新连接!
我用的是Linux 2.6.3版本,本地终端使用“ssh -v -oKexAlgorithms=diffie-hellman-group1-sha1 -oCiphers=3des-cbc FXKJ@10.255.255.254”可以成功连接。