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.

24 lines
512 B

5 years ago
# **ssh-keyscan**
7 years ago
6 years ago
## 说明
7 years ago
5 years ago
**ssh-keyscan命令** 是一个收集大量主机公钥的使用工具
7 years ago
5 years ago
## 选项
7 years ago
5 years ago
```markdown
用法ssh-keyscan [-46cHv] [-f file] [-p port] [-T timeout] [-t type]
[host | addrlist namelist] ...
7 years ago
5 years ago
-4强制使用IPv4地址
-6强制使用IPv6地址
-f从指定文件中读取“地址列表/名字列表”
-p指定连接远程主机的端口
-T指定连接尝试的超时时间
-t指定要创建的密钥类型
-v信息模式打印调试信息
7 years ago
```