diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-02-15 22:42:08 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-02-15 22:42:08 +0000 |
commit | 3047181800d4b30312a9623e04a0d919a056a725 (patch) | |
tree | 705212fe70cbaf7c68c242104d7448c7f2c87d89 /security/Makefile | |
parent | 76552f7e6f34b8d794c065f6f0226e37be0dae61 (diff) | |
download | ports-3047181800d4b30312a9623e04a0d919a056a725.tar.gz ports-3047181800d4b30312a9623e04a0d919a056a725.zip |
Add new port (security/tsshbatch)
'tsshbatch' is a tool to enable you to issue a command to many
servers without having to log into each one separately. When writing
scripts, this overcomes the 'ssh' limitation of not being able to
specify the password on the command line.
'tsshbatch' also understands basic 'sudo' syntax and can be used
to access a server, 'sudo' a command, and then exit.
'tsshbatch' thus allows you to write complex, hands-off scripts that
issue commands to many servers without the tedium of manual login and
'sudo' promotion. System administrators, especially, will find this
helpful when working in large server farms.
WWW: http://www.tundraware.com/Software/tsshbatch
PR: ports/163866
Submitted by: Tim Daneliuk, tsshbatch at tundraware.com
Notes
Notes:
svn path=/head/; revision=291481
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f9704459de42..92993f294620 100644 --- a/security/Makefile +++ b/security/Makefile @@ -906,6 +906,7 @@ SUBDIR += tripwire12 SUBDIR += trousers SUBDIR += truecrypt + SUBDIR += tsshbatch SUBDIR += tthsum SUBDIR += tuntun SUBDIR += umit |