Thursday, November 9, 2017

How to connect SSH with GUI program

How to connect SSH with GUI program

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.

How to install SecPanel on Lubuntu
  • open command line/terminal (press CTRL + ALT + T)
  • run update command
  • sudo apt-get update
  • install secpanel
  • sudo apt-get install secpanel
  • done!
Once installed, you can open secpanel from lubuntu start menu > Internet > SecPanel.

How to connect SSH with GUI program

How to connect SSH with GUI program

How to connect SSH with GUI program

Secpanel is a great tool for managing multiple ssh connection, highly recommended for network administrator and devops, it will make your life a lot easier...or maybe not.


No comments:

Post a Comment