Omnitty is a simplified terminal ssh tool. It can provide your management multiple servers with more convenient!
Although it was created in 2004, it is still one of the best options when you want to manage multiple servers!
It is a terminal ssh tool that real-time interactive, you can use any interactive 'command', such as vim, top, screen, etc.
This is not possible with other automatic tools.
cd rote-0.2.8chmod +x configure./configuremake && make install
cd omnitty-0.3.0orcd omnitty-g112wdhorcd omnitty-walkerwang731./configuremake && make install
Please copy and replace files that same name from the osx_patch directory
- CentOS:
yum install ncurses-devel - ubuntu:
apt-get install libncurses5-dev
The error example
# make
gcc -g -O2 -I/usr/local/include -Wall -DOMNITTY_VERSION=\"0.3.0\" -o omnitty minibuf.o machine.o main.o machmgr.o help.o menu.o curutil.o -L/usr/local/lib -lrote
/usr/bin/ld: help.o: undefined reference to symbol 'delwin@@NCURSES_5.0.19991023'
//lib/x86_64-linux-gnu/libncurses.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:18: recipe for target 'omnitty' failed
make: *** [omnitty] Error 1
You can edit omnitty-{VERSION}/Makefile.in and replace that lines:
omnitty: $(objects)
$(CC) $(CFLAGS) -o omnitty $(objects) $(LDFLAGS) $(LIBS) -lncurses -ltinfo
- rote-0.2.8 from http://rote.sourceforge.net/
- omnitty-0.3.0 from http://omnitty.sourceforge.net/
- omnitty-g112wdh from @g112wdh
- osx_patch from @mastre
omnitty-walkerwang731 is myself version, base on omnitty-g112wdh, I already have added some new features, and I will update just on this version
Welcome submit your suggestion, issue or experence and feels on the issue
If you feel helpful your work, welcom share with more friends