kingToolbox / kingToolbox/WindTerm
ssh连接输入账号密码后卡住不动
Open
- Dominant language
- C
- Stars
- 32.3k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
大部分ssh没有问题,但今天在连接一台交换机的时候出现了输入账号密码后点击继续无反应的情况
随后我在我的终端直接ssh命令连接,提示密钥交换错误,故在.ssh/config文件中加入以下参数
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1
时候便可以通过终端连接,要是在windterm连接改怎么设置相关参数呢
请教一下各位大佬,感激不尽!!!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the SSH connection failure with the affected switch and compare it with the working terminal command. Review how WindTerm exposes SSH host-key, public-key, and key-exchange settings; done means the connection succeeds without manually editing .ssh/config.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100