Skip to content

mrnetops/sshScreenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sshScreenshots

Capture screenshots from multiple systems.

Particularly useful for collecting auditing information for PCI, SOX or the like.

Some trivial examples

$ echo "${exampleHost1} ${exampleHost2}" | sshScreenshots -c ls
$ cat hostList.txt | sshScreenshots -c ls
Options:

        -c <command>
                Specify command to run over ssh
        -u <user>
                Specify ssh user
		Default is root
        -o <output>
                Specify output directory
		Default is ./
	-t <timeout>
		Specify per host timeout in seconds
		Default is 120 
        -p <prompt>
                Specify prompt string we are looking for
		Default is ${USER}@
        -d
                Print debugging information

About

Capture screenshots from multiple systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages