Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)