mssh.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .TH MSSH 1
  2. .SH NAME
  3. mssh \- tool to administrate multiple servers at once
  4. .SH SYNOPSIS
  5. .B mssh
  6. [\fIOPTION\fR]... (\-a \fIALIAS\fR | \fIHOSTS\fR[\fI:PORT\fR])
  7. .SH DESCRIPTION
  8. .B MultiSSH
  9. is a GTK+ based ssh client to issue the same commands to multiple servers.
  10. .B MultiSSH
  11. will connect to the servers specified in \fIHOSTS\fR into optional \fIPORT\fR.
  12. .SH OPTIONS
  13. .TP
  14. \fB-a\fR, \fB\-\-alias\fR=\fIALIAS\fR
  15. Open hosts associated with named alias
  16. .TP
  17. \fB\-h\fR, \fB\-\-help\fR
  18. Display this help and exit
  19. .TP
  20. \fB\-V\fR, \fB\-\-version\fR
  21. Output version information and exit
  22. .SH CONFIGURATION
  23. The configuration file for
  24. .B MultiSSH
  25. should be located in
  26. .B $HOME/.mssh_clusters
  27. It uses a simple key: pair system with an alias on the left of the
  28. colon and a space separated list of hosts on the right.
  29. .SH AUTHOR
  30. .B MultiSSH
  31. was originally written by Bradley Smith <brad@brad\-smith.co.uk> and it is currently develop by Héctor García <[email protected]>
  32. .SH COPYRIGHT
  33. Copyright (C) 2014 Héctor García <[email protected]>
  34. Copyright (C) 2009 Bradley Smith <brad@brad\-smith.co.uk>
  35. .SH REPORTING BUGS
  36. Report bugs to <[email protected]>.