Omnitty SSH Multiplexer - Download

Note: if you don't see a navigation menu on the left, click here.

Download Omnitty

In order to run Omnitty, you will need to download and install libROTE first. Then you can install Omnitty.

Installation Instructions

Installing Omnitty from source code involves the standard steps you are used to:

$ tar -zxf /path/to/rote-X.Y.Z.tar.gz
$ cd rote-X.Y.Z
$ ./configure
$ make
$ su -c "make install"
$ cd ..

$ tar -zxf /path/to/omnitty-X.Y.Z.tar.gz
$ cd omnitty-X.Y.Z
$ ./configure
$ make
$ su -c "make install"

If you do it this way, omnitty will get installed in /usr/local/bin, which you should put in your PATH if it is not already there. You can then run the program by typing omnitty at the prompt.