12345678910111213141516171819202122232425 |
- Source: mssh
- Section: admin
- Priority: optional
- Maintainer: Debian QA Group <[email protected]>
- Build-Depends: autotools-dev,
- debhelper (>= 9~),
- libgconf2-dev,
- libgtk2.0-dev,
- libvte-dev
- Standards-Version: 3.9.4
- Homepage: http://brad-smith.co.uk/
- Vcs-Git: git://anonscm.debian.org/collab-maint/pkg-mssh.git
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pkg-mssh.git
- Package: mssh
- Architecture: any
- Depends: openssh-client,
- ${misc:Depends},
- ${shlibs:Depends}
- 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.
|