mssh.1 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: value pair system with an alias on the left of
  28. the colon and a space separated list of hosts on the right.
  29. Also uses a combination of {key} value system with a command alias inside
  30. curls on the left and a text to send to the terminals on the right.
  31. .SH SHORTCUTS
  32. Modifier key (configurable through preferences) + arrow key to move around terminals.
  33. Ctrl + Shift + x to toggling maximize terminal.
  34. Ctrl + Shift + n to show the dialog for adding new host.
  35. .SH AUTHOR
  36. .B MultiSSH
  37. was originally written by Bradley Smith <brad@brad\-smith.co.uk> and it is currently develop by Héctor García <[email protected]>
  38. .SH COPYRIGHT
  39. Copyright (C) 2014 Héctor García <[email protected]>
  40. .br
  41. Copyright (C) 2009 Bradley Smith <brad@brad\-smith.co.uk>
  42. .SH REPORTING BUGS
  43. Report bugs to <[email protected]>.