Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2012 22:42:08 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/tsshbatch Makefile distinfo pkg-descr
Message-ID:  <201202152242.q1FMg87Q084151@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jgh         2012-02-15 22:42:08 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/tsshbatch   Makefile distinfo pkg-descr 
  Log:
  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
  
  Revision  Changes    Path
  1.1250    +1 -0      ports/security/Makefile
  1.1       +47 -0     ports/security/tsshbatch/Makefile (new)
  1.1       +2 -0      ports/security/tsshbatch/distinfo (new)
  1.1       +14 -0     ports/security/tsshbatch/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202152242.q1FMg87Q084151>