If you work with ssh a lot, i mean like connecting to multiple ssh server, wouldn't be easier if there is a graphical user interface program that can manage multiple ssh connection? Introducing secpanel, secpanel is GUI application for managing ssh connection.
Before we continue, let me get this straight, you are not going to use graphical interface ssh with secpanel, secpanel is GUI application for managing multiple ssh connection, so you still be using command line when running ssh sessions.
Let's say you are a network administrator, and your job is to maintain 20 server which you will be using ssh to connect to those server, using secpanel you can create 20 profile for each server, every time you want to connect you just need to select the profile and click a button, nice and simple.
Let's say you are a network administrator, and your job is to maintain 20 server which you will be using ssh to connect to those server, using secpanel you can create 20 profile for each server, every time you want to connect you just need to select the profile and click a button, nice and simple.
How to install SecPanel on Lubuntu
- open command line/terminal (press CTRL + ALT + T)
- run update command
sudo apt-get update
sudo apt-get install secpanel
No comments:
Post a Comment