Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages