Windows 10 或 Windows 11 使用 SSH 命令连接设备 #17

Open
opened 2025-08-19 18:19:03 +08:00 by frost-zx · 0 comments
Owner

方式一

添加或修改配置文件 C:\Users\User\.ssh\config,加上以下内容:

HostKeyAlgorithms +ssh-rsa,ssh-dss
PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss
MACs +hmac-sha1,hmac-md5

方式二

使用以下命令进行连接:

ssh root@盒子IP地址 -p  6222 -o HostKeyAlgorithms=+ssh-rsa,ssh-dss -o PubkeyAcceptedKeyTypes=+ssh-rsa,ssh-dss -o macs=hmac-sha1,hmac-md5
## 方式一 添加或修改配置文件 `C:\Users\User\.ssh\config`,加上以下内容: ```text HostKeyAlgorithms +ssh-rsa,ssh-dss PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss MACs +hmac-sha1,hmac-md5 ``` ## 方式二 使用以下命令进行连接: ```text ssh root@盒子IP地址 -p 6222 -o HostKeyAlgorithms=+ssh-rsa,ssh-dss -o PubkeyAcceptedKeyTypes=+ssh-rsa,ssh-dss -o macs=hmac-sha1,hmac-md5 ```
frost-zx added the
分布式
FSP
使用说明
labels 2025-08-19 18:19:03 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: creator-docs/creator-wiki#17
No description provided.