Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szuecs/go-ssh-keyscan
Concurrent sshscan read hosts from STDIN and writes to STDOUT.
https://github.com/szuecs/go-ssh-keyscan
Last synced: 2 months ago
JSON representation
Concurrent sshscan read hosts from STDIN and writes to STDOUT.
- Host: GitHub
- URL: https://github.com/szuecs/go-ssh-keyscan
- Owner: szuecs
- License: gpl-3.0
- Created: 2015-08-16T12:32:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T12:46:00.000Z (over 9 years ago)
- Last Synced: 2024-10-02T09:08:32.689Z (3 months ago)
- Language: Go
- Size: 141 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-ssh-keyscan
Concurrent ssh-keyscan read hosts from STDIN and writes to STDOUT.
It creates one goroutine to print and one goroutine per host to scan.## Example
% echo "www.maaret.de\nszuecs.net" | ./go-ssh-keyscan
www.maaret.de ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErFh4zfzhvotzqTN4tc+LMr/3ZENCOju1SLPQEthhugFws26NaqHbxnwtW+nCv+f1PAAs6RUuZe8lis4ggWxz8=
szuecs.net ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBErFh4zfzhvotzqTN4tc+LMr/3ZENCOju1SLPQEthhugFws26NaqHbxnwtW+nCv+f1PAAs6RUuZe8lis4ggWxz8=## License
see [LICENSE file](https://github.com/szuecs/go-ssh-keyscan/blob/master/LICENSE)