Skip to content

szuecs/go-ssh-keyscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Concurrent sshscan read hosts from STDIN and writes to STDOUT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages