You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
534 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

ssh-keyscan
===
收集主机公钥的使用工具
## 说明
**ssh-keyscan命令** 是一个收集大量主机公钥的使用工具
## 选项
```
ssh-keyscan(选项)(参数)
```
```
-4强制使用IPv4地址
-6强制使用IPv6地址
-f从指定文件中读取“地址列表/名字列表”
-p指定连接远程主机的端口
-T指定连接尝试的超时时间
-t指定要创建的密钥类型
-v信息模式打印调试信息
```
### 参数
主机列表:指定要收集公钥的主机列表