1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
  
     | 
    
      Source: mssh
Section: admin
Priority: optional
Maintainer: Héctor García Álvarez <hector@debian.org>
Build-Depends: dh-autoreconf,
               bash-completion,
               debhelper (>= 9~),
               libgtk-3-dev,
               libvte-2.91-dev,
               intltool
Standards-Version: 4.1.2
Homepage: https://hgarcia.es/
Vcs-Git: https://hgarcia.es/git/Projects/debian-mssh.git
Vcs-Browser: https://hgarcia.es/git/Projects/debian-mssh
Package: mssh
Architecture: any
Depends: openssh-client,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: gconf2
Description: tool to administrate multiple servers at once
 MultiSSH is a GTK+ based SSH client designed to connect to multiple
 servers and issue to same commands to each server, making administering
 multiple servers less of a chore. There is also functionality to only
 issue commands to individual servers, and to select a portion of the
 servers to send commands to.
 
     |