获取SSH服务器的所有SSH公钥-Golang开发

时间:2024-06-15 12:24:57
【文件属性】:

文件名称:获取SSH服务器的所有SSH公钥-Golang开发

文件大小:1.56MB

文件格式:ZIP

更新时间:2024-06-15 12:24:57

Golang Security

sshkeys获取ssh服务器的所有ssh公钥安装go -get -u github.com/Eun/sshkeys/cmd/sshkeys或从发行版进行预编译用法sshkeys [options] host选项:-format = authorized_keys sshkeys获取assh的所有ssh公钥。 ssh服务器安装go get -u github.com/Eun/sshkeys/cmd/sshkeys或从发行版进行预构建用法sshkeys [options] host选项:-format = authorized_keys用于打印公钥的格式,有效格式为:Fingerprint,fingerprint-sha1 ,sha1,legacy-legacy,fingerprint-md5,md5,authorized_keys,authorizedkeys,authorized -output = console输出格式,有效格式为:console,json -timeout = 60s


网友评论